Function default_actor
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.