mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
chore: add public api annotation on microservices
This commit is contained in:
@@ -26,6 +26,9 @@ import { Server } from './server';
|
||||
|
||||
let mqttPackage: any = {};
|
||||
|
||||
/**
|
||||
* @publicApi
|
||||
*/
|
||||
export class ServerMqtt extends Server implements CustomTransportStrategy {
|
||||
public readonly transportId = Transport.MQTT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user