buildMicroservicePlugins(options?: MicroserviceStarterOptions): IPlugin[]
Builds the canonical microservice plugin set. Composes from buildRestPlugins
and appends the four microservice-specific plugins (messaging, queue, resilience, telemetry).
The list is exported so full-stack can compose from it.
optional
options: MicroserviceStarterOptions
Optional per-plugin configuration arms.