Skip to main content

default_actor

Function default_actor 

Source
pub fn default_actor(protocol: &ServiceProtocol) -> Option<&'static str>
Expand description

The default actor a handler inherits when it omits by, by protocol (ADR Q5). HTTP has no safe default — by is required there.