Abstract
Class constructor
Optional
options: Partial<IMQClientOptions>Optional
serviceName: stringOptional
name: stringReadonly
hostReadonly
idReadonly
nameReadonly
optionsReadonly
queueReadonly
serviceBroadcasts given payload to all other service clients subscribed. So this is like client-to-clients publishing.
Destroys client
Protected
remoteInitializes client work
Stops client work
Adds subscription to service event channel
Destroys subscription channel to service
Static
createCreates client for a service with the given name
Optional
options: Partial<IMQClientOptions>
Class IMQClient - base abstract class for service clients.