Property | Type | Description | |
---|---|---|---|
CreateMessage | |||
ExcludeMessage | bool | ||
GetFilter | string | ||
GetMessageBuffer | ArraySegment |
||
GetResponse | PersistentResponse | ||
MessageBusCallback | Task |
||
MultiSend | Task | ||
PopulateResponseState | void | ||
PopulateResponseState | void | ||
ProcessCommand | void | ||
ProcessResults | void | ||
ProcessResultsCore | void | ||
SerializeMessageValue | ArraySegment |
Method | Description | |
---|---|---|
Connection ( IMessageBus newMessageBus, JsonSerializer jsonSerializer, string baseSignal, string connectionId, IList |
||
Receive ( string messageId, Func |
||
Send ( ConnectionMessage message ) : Task |
Method | Description | |
---|---|---|
CreateMessage ( string key, object value ) : |
||
ExcludeMessage ( Message message ) : bool | ||
GetFilter ( IList |
||
GetMessageBuffer ( object value ) : ArraySegment |
||
GetResponse ( MessageResult result ) : PersistentResponse | ||
MessageBusCallback ( MessageResult result, object state ) : Task |
||
MultiSend ( IList |
||
PopulateResponseState ( PersistentResponse response ) : void | ||
PopulateResponseState ( PersistentResponse response, DiffSet |
||
ProcessCommand ( Command command ) : void | ||
ProcessResults ( MessageResult result ) : void | ||
ProcessResultsCore ( Connection connection, Message message ) : void | ||
SerializeMessageValue ( object value ) : ArraySegment |
public Connection ( IMessageBus newMessageBus, JsonSerializer jsonSerializer, string baseSignal, string connectionId, IList |
||
newMessageBus | IMessageBus | |
jsonSerializer | JsonSerializer | |
baseSignal | string | |
connectionId | string | |
signals | IList |
|
groups | IList |
|
traceManager | ITraceManager | |
ackHandler | IAckHandler | |
performanceCounterManager | IPerformanceCounterManager | |
protectedData | IProtectedData | |
pool | IMemoryPool | |
return | System |
public Receive ( string messageId, Func |
||
messageId | string | |
callback | Func |
|
maxMessages | int | |
state | object | |
return | IDisposable |
public Send ( ConnectionMessage message ) : Task | ||
message | ConnectionMessage | |
return | Task |