프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateMessage | Message | ||
ExcludeMessage | bool | ||
GetFilter | string | ||
GetMessageBuffer | ArraySegment |
||
GetResponse | |||
MessageBusCallback | Task |
||
MultiSend | Task | ||
PopulateResponseState | void | ||
PopulateResponseState | void | ||
ProcessCommand | void | ||
ProcessResults | void | ||
ProcessResultsCore | void | ||
SerializeMessageValue | ArraySegment |
메소드 | 설명 | |
---|---|---|
Connection ( IMessageBus newMessageBus, |
||
Receive ( string messageId, Func |
||
Send ( ConnectionMessage message ) : Task |
메소드 | 설명 | |
---|---|---|
CreateMessage ( string key, object value ) : Message | ||
ExcludeMessage ( Message message ) : bool | ||
GetFilter ( IList |
||
GetMessageBuffer ( object value ) : ArraySegment |
||
GetResponse ( |
||
MessageBusCallback ( |
||
MultiSend ( IList |
||
PopulateResponseState ( |
||
PopulateResponseState ( |
||
ProcessCommand ( |
||
ProcessResults ( |
||
ProcessResultsCore ( |
||
SerializeMessageValue ( object value ) : ArraySegment |
public Connection ( IMessageBus newMessageBus, |
||
newMessageBus | IMessageBus | |
jsonSerializer | ||
baseSignal | string | |
connectionId | string | |
signals | IList |
|
groups | IList |
|
loggerFactory | ILoggerFactory | |
ackHandler | IAckHandler | |
performanceCounterManager | IPerformanceCounterManager | |
protectedData | IProtectedData | |
pool | IMemoryPool | |
리턴 | System |
public Receive ( string messageId, Func |
||
messageId | string | |
callback | Func |
|
maxMessages | int | |
state | object | |
리턴 | IDisposable |