Expand description
Wire contract for dispatching work from a flow to a separate runtime (sorla / operala / agentic) over a pub/sub transport. Shared by the runner and every runtime-side bridge so both ends agree on the message payload.
Structs§
- Dispatch
Error - Structured error returned by a runtime when a dispatch fails.
- Runtime
Dispatch Request - Payload of a
greentic.<runtime>.request.v1message. - Runtime
Dispatch Response - Payload of a
greentic.<runtime>.response.v1message. The transport correlation id MUST echo the request’s.
Enums§
- Dispatch
Mode - Whether the flow blocks for a response (
Await) or continues immediately after publishing the request (FireAndForget).
Functions§
- request_
topic - Request topic/subject for a runtime, e.g.
greentic.sorla.request.v1. - response_
topic - Response topic/subject for a runtime, e.g.
greentic.sorla.response.v1.