Type Definition moleculer::ActionContext[][src]

pub type ActionContext = Context<Action>;
Expand description

An alias to service::Context<service::Action>. Send a response to a request using reply().