Routing and transports
Which guard runs on which ingress, and how a request reaches a channel. Also the cron schedule a clockwork channel declares, and the OAuth2 sign-in flow.
| Page | Holds |
|---|---|
| Guards by ingress | Which channel guard runs on which of the five ingresses (HTTP sync, /async, Kafka, channel_call, cron), and the fixed order the guards apply in. |
| Routing and protocol | channel_type, protocol, methods, route_pattern, topic, consumer_group and priority. |
| Cron transport | the six-field schedule, time zone and DST rules, payload, misfire policies, concurrency, and what it may not declare. |
oauth2_login | a channel as the relying party in a browser OAuth2 authorization-code grant, with PKCE, the state cookie, id_token checks and return_to. |
Related
- Channel configuration: every key, with its page.
- Guards by ingress: which guard runs where, and in what order.
- Configure a channel: the same keys, as a walkthrough.
Last verified 14 September 2026