API Reference
Reference documentation for the ServiceConnect public API. Every type a consumer calls, implements, or configures has a page here.
Organised into two tiers:
- API Reference — the primary consumer surface (this section).
- Extension Points — pluggable internals you only touch when replacing a default.
Primary API
Section titled “Primary API” Bus The runtime API — publish, send, request/reply, lifecycle.
Messages Message base class, envelope, per-call options.
Handlers Write consumers — IMessageHandler, IStreamHandler, IConsumeContext.
Configuration Configure transport, queues, persistence, and pipelines.
Process Managers Sagas and aggregators — long-running, stateful flows.
Filters & Middleware Pipeline stages for consume and send.
Want to learn how to use ServiceConnect, not just look up a method? Start with Getting Started.