Skip to main content

EventHandler

Type Alias EventHandler 

Source
pub type EventHandler = Arc<dyn Fn(ServiceBusEventEnvelope) -> BoxFuture<'static, ()> + Send + Sync>;
Expand description

Async event-handler function signature used by BusClient::on_event.

Aliased Typeยง

pub struct EventHandler { /* private fields */ }