Type Definition moleculer::service::Callback[][src]

pub type Callback<T> = fn(_: Context<T>) -> Result<(), Box<dyn Error>>;
Expand description

Function that is called when an Event or Action is received.