C# Class amp.rabbit.RabbitListener

Afficher le fichier Open project: Berico-Technologies/AMP

Protected Properties

Свойство Type Description
_connection IConnection
_exchange Exchange
_log ILog
_registration IRegistration
_shouldContinue bool

Méthodes publiques

Méthode Description
RabbitListener ( IRegistration registration, Exchange exchange, IConnection connection ) : System
Start ( object manualResetEvent ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
LogMessage ( RabbitMQ.Client.Events.BasicDeliverEventArgs eventArgs ) : void
Raise_OnCloseEvent ( IRegistration registration ) : void
Raise_OnEnvelopeReceivedEvent ( RabbitEnvelopeDispatcher dispatcher ) : void
ShouldRaiseEvent ( Predicate filter, Envelope env ) : bool

Method Details

LogMessage() protected méthode

protected LogMessage ( RabbitMQ.Client.Events.BasicDeliverEventArgs eventArgs ) : void
eventArgs RabbitMQ.Client.Events.BasicDeliverEventArgs
Résultat void

RabbitListener() public méthode

public RabbitListener ( IRegistration registration, Exchange exchange, IConnection connection ) : System
registration IRegistration
exchange Exchange
connection IConnection
Résultat System

Raise_OnCloseEvent() protected méthode

protected Raise_OnCloseEvent ( IRegistration registration ) : void
registration IRegistration
Résultat void

Raise_OnEnvelopeReceivedEvent() protected méthode

protected Raise_OnEnvelopeReceivedEvent ( RabbitEnvelopeDispatcher dispatcher ) : void
dispatcher RabbitEnvelopeDispatcher
Résultat void

ShouldRaiseEvent() protected méthode

protected ShouldRaiseEvent ( Predicate filter, Envelope env ) : bool
filter Predicate
env Envelope
Résultat bool

Start() public méthode

public Start ( object manualResetEvent ) : void
manualResetEvent object
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

_connection protected_oe property

protected IConnection _connection
Résultat IConnection

_exchange protected_oe property

protected Exchange _exchange
Résultat Exchange

_log protected_oe property

protected ILog _log
Résultat ILog

_registration protected_oe property

protected IRegistration _registration
Résultat IRegistration

_shouldContinue protected_oe property

protected bool _shouldContinue
Résultat bool