Namespace RabbitMQ.Client.Events
Classes
- BasicAckEventArgs
Contains all the information about a message acknowledged from an AMQP broker within the Basic content-class.
- BasicDeliverEventArgs
Contains all the information about a message delivered from an AMQP broker within the Basic content-class.
- BasicNackEventArgs
Contains all the information about a message nack'd from an AMQP broker within the Basic content-class.
- BasicReturnEventArgs
Contains all the information about a message returned from an AMQP broker within the Basic content-class.
- CallbackExceptionEventArgs
Describes an exception that was thrown during the library's invocation of an application-supplied callback handler.
- ConnectionBlockedEventArgs
Event relating to connection being blocked.
- ConsumerEventArgs
Event relating to a successful consumer registration or cancellation.
- EventingBasicConsumer
Experimental class exposing an IBasicConsumer's methods as separate events.
- FlowControlEventArgs
Event relating to flow control.
- RecoveringConsumerEventArgs
Event related to consumer recovery, during automatic recovery.
- RecoveryExceptionEventArgs
Describes an exception that was thrown during automatic connection recovery performed by the library.