Skip to content

Type Alias: MicroserviceOptions

ts
type MicroserviceOptions = 
  | MicroserviceConfiguration
  | CustomTransportStrategy;

Defined in: packages/microservices/src/interfaces/microservice.interface.ts:78

Union type accepted by connectMicroservice.

Released under the MIT License.