DefaultBasicConsumer| Type | Name | Summary |
|---|---|---|
BasicDeliverEventHandler
|
Received
|
Event fired on HandleBasicDeliver. |
ConsumerEventHandler
|
Registered
|
Event fired on HandleBasicConsumeOk. |
ConsumerShutdownEventHandler
|
Shutdown
|
Event fired on HandleModelShutdown. |
ConsumerEventHandler
|
Unregistered
|
Event fired on HandleBasicCancelOk. |
| Flags | Name | Summary |
|---|---|---|
| public |
EventingBasicConsumer()
|
(undocumented) |
| Flags | Name | Summary |
|---|---|---|
| public virtual |
void HandleBasicCancelOk(string consumerTag)
|
Fires the Unregistered event. |
| public virtual |
void HandleBasicConsumeOk(string consumerTag)
|
Fires the Registered event. |
| public virtual |
void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties properties, byte[] body)
|
Fires the Received event. |
| public virtual |
void HandleModelShutdown(IModel model, ShutdownEventArgs reason)
|
Fires the Shutdown event. |
public virtual
void HandleBasicCancelOk(string consumerTag)
| Flags | public virtual | ||||
|---|---|---|---|---|---|
| Return type |
void
|
||||
| Parameters |
|
public virtual
void HandleBasicConsumeOk(string consumerTag)
| Flags | public virtual | ||||
|---|---|---|---|---|---|
| Return type |
void
|
||||
| Parameters |
|
public virtual
void HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties properties, byte[] body)
| Flags | public virtual | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Return type |
void
|
||||||||||||||||
| Parameters |
|
public virtual
void HandleModelShutdown(IModel model, ShutdownEventArgs reason)
| Flags | public virtual | ||||||
|---|---|---|---|---|---|---|---|
| Return type |
void
|
||||||
| Parameters |
|