Async Channel
Define an event channel with operations, messages, and protocol bindings
You are editing an async channel. Define the channel address, operations (publish/subscribe), messages with payload schemas, and protocol-specific bindings.
Channel structure
Learn more
Channels and Operations
Define channels (topics, queues, subjects) and operations (send/receive) for async event APIs. Configure addresses with parameters, protocol bindings, and request-reply patterns.
Messages and Payloads
Document async API messages with payload schemas, headers, correlation IDs, protocol bindings, and realistic examples. Apply message traits for cross-cutting concerns.
Protocol Bindings
Configure protocol-specific bindings at server, channel, operation, and message levels. Detailed configuration for Kafka, AMQP, MQTT, WebSocket, and cloud messaging protocols.