Property | Type | Description | |
---|---|---|---|
_connFactory | IRabbitConnectionFactory | ||
_listeners | RabbitListener>.IDictionary | ||
_topologyService | ITopologyService |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
RabbitEnvelopeReceiver ( ITopologyService topologyService, IRabbitConnectionFactory connFactory ) : System | ||
Register ( IRegistration registration ) : void | ||
Unregister ( IRegistration registration ) : void |
Method | Description | |
---|---|---|
createListener ( IRegistration registration, Exchange exchange ) : RabbitListener |
public RabbitEnvelopeReceiver ( ITopologyService topologyService, IRabbitConnectionFactory connFactory ) : System | ||
topologyService | ITopologyService | |
connFactory | IRabbitConnectionFactory | |
return | System |
public Register ( IRegistration registration ) : void | ||
registration | IRegistration | |
return | void |
public Unregister ( IRegistration registration ) : void | ||
registration | IRegistration | |
return | void |
protected createListener ( IRegistration registration, Exchange exchange ) : RabbitListener | ||
registration | IRegistration | |
exchange | Exchange | |
return | RabbitListener |
protected IRabbitConnectionFactory _connFactory | ||
return | IRabbitConnectionFactory |
protected IDictionary |
||
return | RabbitListener>.IDictionary |