Interface: MessengerClientLoadConfig
@pvm/types.MessengerClientLoadConfig
Properties
name
• name: string
Name of client. Used in matching with MessengerName
in messaging.target
and in messaging.defaults
. Also
used in logging errors.
Defined in
packages/pvm-types/lib/config-schema.ts:87
pkg
• pkg: string
Path to module or file which exports MessengerClient field. MessengerClient should inherit from AbstractMessengerClient in order to guarantee fit to use cases and to be compatible with current version of pvm.