Properties
Protected channel
channel: any = null
Protected client
client: any = null
Protected connection
connection: Promise<any>
Protected Readonly logger
logger: Logger = new Logger(ClientProxy.name)
Protected Readonly options
options: RmqOptions["options"]
Protected persistent
persistent: boolean
Protected queue
queue: string
Protected queueOptions
queueOptions: any
Protected replyQueue
replyQueue: string
Protected responseEmitter
responseEmitter: EventEmitter
Protected routingMap
routing
Map: Map<string, Function> = new Map<string, Function>()