Struct monto::broker::Broker [] [src]

pub struct Broker { /* fields omitted */ }

The Broker.

Methods

impl Broker
[src]

Returns a Future that will resolve once the given Future resolves, serving clients until then.

TODO: This can be made more efficient when conservative_impl_trait is stabilized.

Returns a Future that will never resolve, but will serves clients forever.

TODO: This can be made more efficient when conservative_impl_trait is stabilized.

impl Broker
[src]

Creates a new instance of the Broker, returning a Future for the constructed Broker.

TODO: This can be made more efficient when conservative_impl_trait is stabilized.

Returns the service with the given id, if one exists.

Creates a ClientBrokerNegotiation.

Creates a ServiceBrokerNegotiation.

Returns the version information for the Broker.