Expand description
Graph lifecycle callback trait and events
This module provides the GraphCallbackHandler trait which allows users to
hook into key lifecycle events during graph execution. Callbacks are useful
for custom logging, metrics collection, and integrating with external systems.
Structs§
- Callback
Handler Adapter - Adapter that wraps any
GraphCallbackHandlerand implementsjuncture_core::observability::GraphLifecycleCallback. - Graph
Interrupt Event - Event payload for graph interruptions
- Graph
Resume Event - Event payload for graph resume operations
Traits§
- Graph
Callback Handler - Graph lifecycle callback trait