Struct lapin::Connection[][src]

pub struct Connection { /* fields omitted */ }

Implementations

Connect to an AMQP Server

Connect to an AMQP Server

Connect to an AMQP Server

Connect to an AMQP Server

Restore the specified topology

Block current thread while the connection is still active. This is useful when you only have a consumer and nothing else keeping your application “alive”.

Block all consumers and publishers on this connection

Unblock all consumers and publishers on this connection

Update the secret used by some authentication module such as OAuth2

Get the current topology

This includes exchanges, queues, bindings and consumers declared by this Connection

Trait Implementations

Formats the value using the given formatter. 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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

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.