Struct dove::container::Container[][src]

pub struct Container { /* fields omitted */ }
Expand description

Represents an AMQP 1.0 container that can manage multiple connections.

Implementations

Creates a new container that can be used to connect to AMQP endpoints. use the start() method to launch a worker thread that handles the connection processing, or invoke the run() method.

Start a worker thread to process connections for this container.

Process connections for this container.

Connect to an AMQP endpoint and send the initial open performative.

Close the connection. Flushes outgoing buffer before sending the final close performative, and closing the connection.

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.