createMicroserviceApp(options?: MicroserviceStarterOptions): IKernelApplication
Creates a fully wired microservice application. The factory registers the curated microservice plugin set (REST + messaging, queue, resilience, telemetry), adds the error-handler middleware at priority 0 (outermost per exceptions contract), and returns the un-started application.
The caller adds routes and then calls await app.start({ port }).
optional
options: MicroserviceStarterOptions
Optional per-plugin configuration.