@microde/microservice / MicroserviceStopRequest
Interface: MicroserviceStopRequest
Defined in: microservice-context.ts:7
Operations exposed by a microservice to its installed modules.
Depending on this contract keeps modules independent of the concrete microservice lifecycle coordinator.
Properties
error?
readonlyoptionalerror?:unknown
Defined in: microservice-context.ts:9
exitCode?
readonlyoptionalexitCode?:number
Defined in: microservice-context.ts:8