Expand description
Graph-owned environment driver bag (D130/D131).
Environment drivers host wall-clock, process, network, messaging, and similar boundary work outside the synchronous wave core. The bag is graph-local and is attached to node ctx for source/adapter bodies.
Structs§
- Environment
Drivers - Graph-local environment capabilities for source/adapter boundaries.
- Http
Request HttpRequestdata container.- Http
Response HttpResponsedata container.- Http
Stream Head HttpStreamHeaddata container.- Process
Command - Process command request for graph environment process drivers.
- Process
Result - Completed process result. Exit status is DATA, including non-zero exits.
- SseEvent
SseEventdata container.- SseRequest
SseRequestdata container.- Tokio
Http Driver TokioHttpDriverdata container.- Tokio
Http Stream Driver TokioHttpStreamDriverdata container.- Tokio
Process Driver TokioProcessDriverdata container.- Tokio
WebSocket Driver TokioWebSocketDriverdata container.- WebSocket
Request WebSocketRequestdata container.- WebSocket
Send WebSocketSenddata container.- WebSocket
Send Result WebSocketSendResultdata container.- Webhook
Event WebhookEventdata container.- Webhook
Registration WebhookRegistrationdata container.
Enums§
- Http
Stream Driver Event HttpStreamDriverEventvariants.- SseDriver
Event SseDriverEventvariants.- WebSocket
Driver Event WebSocketDriverEventvariants.- WebSocket
Event WebSocketEventvariants.- Webhook
Driver Event WebhookDriverEventvariants.
Traits§
- Local
Http Driver LocalHttpDriverbehavior contract.- Local
Http Stream Driver LocalHttpStreamDriverbehavior contract.- Local
Process Driver - Graph-local process driver. Implementations own process/runtime details.
- Local
SseDriver LocalSseDriverbehavior contract.- Local
WebSocket Driver LocalWebSocketDriverbehavior contract.- Local
WebSocket Session - Live same-connection WebSocket session handle for D133/D174 SessionBundles.
- Local
Webhook Driver LocalWebhookDriverbehavior contract.