pub fn default_actor(protocol: &ServiceProtocol) -> Option<&'static str>
The default actor a handler inherits when it omits by, by protocol (ADR Q5). HTTP has no safe default — by is required there.
by