Type Definition moleculer::EventContext[][src]

pub type EventContext = Context<Event>;
Expand description

An alias to service::Context<service::Event>. In all contexts emit(), broadcast() and call() are available.