C# Class amp.rabbit.transport.RabbitEnvelopeReceiver

Inheritance: IEnvelopeReceiver
Afficher le fichier Open project: Berico-Technologies/AMP

Protected Properties

Свойство Type Description
_connFactory IRabbitConnectionFactory
_listeners RabbitListener>.IDictionary
_topologyService ITopologyService

Méthodes publiques

Méthode Description
Dispose ( ) : void
RabbitEnvelopeReceiver ( ITopologyService topologyService, IRabbitConnectionFactory connFactory ) : System
Register ( IRegistration registration ) : void
Unregister ( IRegistration registration ) : void

Méthodes protégées

Méthode Description
createListener ( IRegistration registration, Exchange exchange ) : RabbitListener

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RabbitEnvelopeReceiver() public méthode

public RabbitEnvelopeReceiver ( ITopologyService topologyService, IRabbitConnectionFactory connFactory ) : System
topologyService ITopologyService
connFactory IRabbitConnectionFactory
Résultat System

Register() public méthode

public Register ( IRegistration registration ) : void
registration IRegistration
Résultat void

Unregister() public méthode

public Unregister ( IRegistration registration ) : void
registration IRegistration
Résultat void

createListener() protected méthode

protected createListener ( IRegistration registration, Exchange exchange ) : RabbitListener
registration IRegistration
exchange Exchange
Résultat RabbitListener

Property Details

_connFactory protected_oe property

protected IRabbitConnectionFactory _connFactory
Résultat IRabbitConnectionFactory

_listeners protected_oe property

protected IDictionary _listeners
Résultat RabbitListener>.IDictionary

_topologyService protected_oe property

protected ITopologyService _topologyService
Résultat ITopologyService