| Type | Summary |
|---|---|
BasicDeliverEventArgs |
Contains all the information about a message delivered from an AMQP broker within the Basic content-class. |
BasicDeliverEventHandler |
Delegate used to process Basic.Deliver events. |
BasicReturnEventArgs |
Contains all the information about a message returned from an AMQP broker within the Basic content-class. |
BasicReturnEventHandler |
Delegate used to process Basic.Return events. |
CallbackExceptionEventArgs |
Describes an exception that was thrown during the library's invocation of an application-supplied callback handler. |
CallbackExceptionEventHandler |
Callback invoked when other callbacks throw unexpected exceptions. |
ConnectionShutdownEventHandler |
Delegate used to process connection shutdown notifications. |
ConsumerEventArgs |
Event relating to a successful consumer registration or cancellation. |
ConsumerEventHandler |
Callback for events relating to consumer registration and cancellation. |
ConsumerShutdownEventHandler |
Callback for events relating to consumer shutdown. |
EventingBasicConsumer |
Experimental class exposing an IBasicConsumer's methods as separate events. |
ModelShutdownEventHandler |
Delegate used to process model shutdown notifications. |