pub trait ReceiverConfig: Healthcheck + Send + Sync { // Required method fn port(&self) -> u16; }
Trait for Serverless Receiver configurations.
Returns the port to listen on.