Module chain

Source
Expand description

The type that drives the chain forward.

Structs§

ChainOrchestrator
The type that drives the chain forward.

Enums§

ChainEvent
Event emitted by the ChainOrchestrator
FromOrchestrator
Internal events issued by the ChainOrchestrator.
HandlerEvent
Events/Requests that the ChainHandler can emit to the ChainOrchestrator.

Traits§

ChainHandler
A trait that advances the chain by handling actions.