mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
chore(microservices): mark facing apis public in microservices
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user