Method | Description | |
---|---|---|
MessageProcessed ( string>.Dictionary |
||
ReadyMessageSender ( IDispatchMessages dispatcher, string receiveAddress, int initialCapacity, string distributorControlAddress ) : System |
Method | Description | |
---|---|---|
OnStart ( IMessageSession session ) : Task | ||
OnStop ( IMessageSession session ) : Task |
Method | Description | |
---|---|---|
SendReadyMessage ( int capacity, bool isStarting, TransportTransaction transaction ) : Task |
public MessageProcessed ( string>.Dictionary |
||
headers | string>.Dictionary | |
transaction | TransportTransaction | |
return | Task |
protected OnStart ( IMessageSession session ) : Task | ||
session | IMessageSession | |
return | Task |
protected OnStop ( IMessageSession session ) : Task | ||
session | IMessageSession | |
return | Task |
public ReadyMessageSender ( IDispatchMessages dispatcher, string receiveAddress, int initialCapacity, string distributorControlAddress ) : System | ||
dispatcher | IDispatchMessages | |
receiveAddress | string | |
initialCapacity | int | |
distributorControlAddress | string | |
return | System |