Method | Description | |
---|---|---|
Acknowledge ( System.Guid messageId, string messageType, bool processSuccessful, PeerId originatingPeer, IEndpoint endpoint ) : void | ||
Dispose ( ) : void | ||
Initialize ( RingBuffer |
||
InjectNetworkSenderCommand ( IBusEventProcessorCommand command ) : void | ||
MessageSender ( IPeerConfiguration peerConfiguration ) : System | ||
Publish ( IEvent message ) : void | ||
Route ( IMessage message, PeerId peerName ) : ICompletionCallback | ||
Send ( ICommand message, ICompletionCallback callback = null ) : ICompletionCallback | ||
SendHeartbeat ( IEndpoint endpoint ) : void |
Method | Description | |
---|---|---|
SendInternal ( IMessage message, ICompletionCallback callback ) : void |
public Acknowledge ( System.Guid messageId, string messageType, bool processSuccessful, PeerId originatingPeer, IEndpoint endpoint ) : void | ||
messageId | System.Guid | |
messageType | string | |
processSuccessful | bool | |
originatingPeer | PeerId | |
endpoint | IEndpoint | |
return | void |
public Initialize ( RingBuffer |
||
buffer | RingBuffer |
|
return | void |
public InjectNetworkSenderCommand ( IBusEventProcessorCommand command ) : void | ||
command | IBusEventProcessorCommand | |
return | void |
public MessageSender ( IPeerConfiguration peerConfiguration ) : System | ||
peerConfiguration | IPeerConfiguration | |
return | System |
public Route ( IMessage message, PeerId peerName ) : ICompletionCallback | ||
message | IMessage | |
peerName | PeerId | |
return | ICompletionCallback |
public Send ( ICommand message, ICompletionCallback callback = null ) : ICompletionCallback | ||
message | ICommand | |
callback | ICompletionCallback | |
return | ICompletionCallback |
public SendHeartbeat ( IEndpoint endpoint ) : void | ||
endpoint | IEndpoint | |
return | void |