Hosting
Register the implementation. The host drives startup, health, graceful drain, and shutdown without exposing lifecycle as RPC.
02 / INCLUDED BY DEFAULT
Implement the business behaviour. The framework supplies the common delivery and operational capabilities that every service otherwise has to rebuild.
Register the implementation. The host drives startup, health, graceful drain, and shutdown without exposing lifecycle as RPC.
Run the same service over RSocket or JSON-RPC. Request, response, and stream shapes come from the Kotlin signature.
Call services through typed Kotlin proxies. Derive the wire schema and TypeScript contracts from the same source.
Propagate context and apply logging, authentication, tracing, or other interceptors around every invocation.
Get structured logs, W3C traces, OTLP export, health probes, a service catalog, and live inspection.
Project an intentional gateway surface, then derive HTTP routes, OpenAPI 3.1, SDKs, and deployable images.