Property | Type | Description | |
---|---|---|---|
_connFactory | IRabbitConnectionFactory | ||
_listeners | RabbitListener>.IDictionary | ||
_routingInfoCache | IRoutingInfoCache | ||
_topoSvc | ITopologyService |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetRoutingFromCacheOrService ( IRoutingInfoCache cache, ITopologyService service, string>.IDictionary |
||
RabbitTransportProvider ( ITopologyService topologyService, IRabbitConnectionFactory connFactory, IRoutingInfoCache routingInfoCache ) : System | ||
Register ( IRegistration registration ) : void | ||
Send ( Envelope env ) : void | ||
Unregister ( IRegistration registration ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
listener_OnEnvelopeReceived ( IEnvelopeDispatcher dispatcher ) : void |
public GetRoutingFromCacheOrService ( IRoutingInfoCache cache, ITopologyService service, string>.IDictionary |
||
cache | IRoutingInfoCache | |
service | ITopologyService | |
hints | string>.IDictionary | |
return |
public RabbitTransportProvider ( ITopologyService topologyService, IRabbitConnectionFactory connFactory, IRoutingInfoCache routingInfoCache ) : System | ||
topologyService | ITopologyService | |
connFactory | IRabbitConnectionFactory | |
routingInfoCache | IRoutingInfoCache | |
return | System |
public Register ( IRegistration registration ) : void | ||
registration | IRegistration | |
return | void |
public Unregister ( IRegistration registration ) : void | ||
registration | IRegistration | |
return | void |
protected listener_OnEnvelopeReceived ( IEnvelopeDispatcher dispatcher ) : void | ||
dispatcher | IEnvelopeDispatcher | |
return | void |
protected IRabbitConnectionFactory _connFactory | ||
return | IRabbitConnectionFactory |
protected IDictionary |
||
return | RabbitListener>.IDictionary |
protected IRoutingInfoCache _routingInfoCache | ||
return | IRoutingInfoCache |