C# Class amp.rabbit.RabbitEnvelopeDispatcher

Inheritance: IEnvelopeDispatcher
Afficher le fichier Open project: Berico-Technologies/AMP Class Usage Examples

Protected Properties

Свойство Type Description
_channel IModel
_deliveryTag ulong
_log ILog
_registration IRegistration

Méthodes publiques

Méthode Description
Dispatch ( ) : void
Dispatch ( Envelope env ) : void
Fail ( Exception ex ) : void
RabbitEnvelopeDispatcher ( IRegistration registration, Envelope envelope, IModel channel, ulong deliveryTag ) : System

Méthodes protégées

Méthode Description
RespondToMessage ( object maybeNull ) : void

Method Details

Dispatch() public méthode

public Dispatch ( ) : void
Résultat void

Dispatch() public méthode

public Dispatch ( Envelope env ) : void
env Envelope
Résultat void

Fail() public méthode

public Fail ( Exception ex ) : void
ex System.Exception
Résultat void

RabbitEnvelopeDispatcher() public méthode

public RabbitEnvelopeDispatcher ( IRegistration registration, Envelope envelope, IModel channel, ulong deliveryTag ) : System
registration IRegistration
envelope Envelope
channel IModel
deliveryTag ulong
Résultat System

RespondToMessage() protected méthode

protected RespondToMessage ( object maybeNull ) : void
maybeNull object
Résultat void

Property Details

_channel protected_oe property

protected IModel _channel
Résultat IModel

_deliveryTag protected_oe property

protected ulong _deliveryTag
Résultat ulong

_log protected_oe property

protected ILog _log
Résultat ILog

_registration protected_oe property

protected IRegistration _registration
Résultat IRegistration