Crate streamcore_message_client

Source

Modules§

client

Structs§

Ack
Used by channel publish_ack callback.
BasicAckArguments
Arguments for basic_ack
BasicProperties
AMQP message properties.
Cancel
Used by channel cancel callback.
Channel
Type represents an AMQP Channel.
Close
Used by connection’s close callback.
CloseChannel
Used by channel close callback.
Connection
Type represents an connection.
Deliver
Used by consumer consume callback.
Nack
Used by channel publish_nack callback.
Return
Used by channel publish_return callback.

Enums§

Error
A list of errors can be returned by the APIs.

Traits§

AsyncConsumer
Trait defines the callback interfaces for consuming asynchronous content data from server.
ChannelCallback
Callback interfaces for asynchronous Channel class message.
ConnectionCallback
Callback interfaces for asynchronous Connection class message.