Skip to main content

handle_delivery_failure_event

Function handle_delivery_failure_event 

Source
pub async fn handle_delivery_failure_event<A: Actor>(
    actor: &mut A,
    cx: &Instance<A>,
    undeliverable: Undeliverable<MessageEnvelope>,
) -> Result<(), Error>
Expand description

Default implementation of Actor::handle_delivery_failure_event. Defined as a free function so that Actor implementations that override Actor::handle_delivery_failure_event can fallback to this default.