Property | Type | Description | |
---|---|---|---|
_channel | IModel | ||
_deliveryTag | ulong | ||
_log | ILog | ||
_registration | IRegistration |
Method | Description | |
---|---|---|
Dispatch ( ) : void | ||
Dispatch ( Envelope env ) : void | ||
Fail ( |
||
RabbitEnvelopeDispatcher ( IRegistration registration, Envelope envelope, IModel channel, ulong deliveryTag ) : System |
Method | Description | |
---|---|---|
RespondToMessage ( object maybeNull ) : void |
public RabbitEnvelopeDispatcher ( IRegistration registration, Envelope envelope, IModel channel, ulong deliveryTag ) : System | ||
registration | IRegistration | |
envelope | Envelope | |
channel | IModel | |
deliveryTag | ulong | |
return | System |
protected RespondToMessage ( object maybeNull ) : void | ||
maybeNull | object | |
return | void |