Property | Type | Description | |
---|---|---|---|
_connection | IConnection | ||
_exchange | Exchange | ||
_log | ILog | ||
_registration | IRegistration | ||
_shouldContinue | bool |
Method | Description | |
---|---|---|
RabbitListener ( IRegistration registration, Exchange exchange, IConnection connection ) : System | ||
Start ( object manualResetEvent ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
LogMessage ( RabbitMQ.Client.Events.BasicDeliverEventArgs eventArgs ) : void | ||
Raise_OnCloseEvent ( IRegistration registration ) : void | ||
Raise_OnEnvelopeReceivedEvent ( |
||
ShouldRaiseEvent ( Predicate |
protected LogMessage ( RabbitMQ.Client.Events.BasicDeliverEventArgs eventArgs ) : void | ||
eventArgs | RabbitMQ.Client.Events.BasicDeliverEventArgs | |
return | void |
public RabbitListener ( IRegistration registration, Exchange exchange, IConnection connection ) : System | ||
registration | IRegistration | |
exchange | Exchange | |
connection | IConnection | |
return | System |
protected Raise_OnCloseEvent ( IRegistration registration ) : void | ||
registration | IRegistration | |
return | void |
protected Raise_OnEnvelopeReceivedEvent ( |
||
dispatcher | ||
return | void |
protected ShouldRaiseEvent ( Predicate |
||
filter | Predicate |
|
env | Envelope | |
return | bool |
public Start ( object manualResetEvent ) : void | ||
manualResetEvent | object | |
return | void |