pub trait CommandHandler: Unpin + Default + 'static + SystemService { }
Expand description

Receives a command and an immutable Executor and optionally returns events

Implementors§