chore(microservices): mark facing apis public in microservices

This commit is contained in:
Tony133
2023-02-07 09:47:31 +01:00
parent 0a3a87673a
commit 0df4dcafa2
40 changed files with 145 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ let rqmPackage: any = {};
const REPLY_QUEUE = 'amq.rabbitmq.reply-to';
/**
* @publicApi
*/
export class ClientRMQ extends ClientProxy {
protected readonly logger = new Logger(ClientProxy.name);
protected connection$: ReplaySubject<any>;