Property | Type | Description | |
---|---|---|---|
_log | ILog | ||
_txProvider | ITransportProvider |
Method | Description | |
---|---|---|
DefaultEnvelopeBus ( ITransportProvider transportProvider ) : System | ||
Dispose ( ) : void | ||
Handle_Dispatcher ( IEnvelopeDispatcher dispatcher ) : void | ||
Register ( IRegistration registration ) : void | ||
Send ( Envelope env ) : void | ||
Unregister ( IRegistration registration ) : void |
Method | Description | |
---|---|---|
ProcessEnvelope ( |
public DefaultEnvelopeBus ( ITransportProvider transportProvider ) : System | ||
transportProvider | ITransportProvider | |
return | System |
public Handle_Dispatcher ( IEnvelopeDispatcher dispatcher ) : void | ||
dispatcher | IEnvelopeDispatcher | |
return | void |
protected ProcessEnvelope ( |
||
context | ||
processorChain | IEnumerable |
|
processingComplete | System.Action | |
return | void |
public Register ( IRegistration registration ) : void | ||
registration | IRegistration | |
return | void |
public Unregister ( IRegistration registration ) : void | ||
registration | IRegistration | |
return | void |