chore: add public api annotation on microservices

This commit is contained in:
Tony133
2024-05-05 15:18:04 +02:00
parent 1db72fd96a
commit 151806b621
18 changed files with 69 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ import { Server } from './server';
let mqttPackage: any = {};
/**
* @publicApi
*/
export class ServerMqtt extends Server implements CustomTransportStrategy {
public readonly transportId = Transport.MQTT;