Method | Description | |
---|---|---|
AddEvent ( string eventKey, |
||
DefaultSubscription ( string identity, IList |
||
RemoveEvent ( string eventKey ) : void | ||
SetEventTopic ( string eventKey, |
||
WriteCursor ( |
Method | Description | |
---|---|---|
BeforeInvoke ( object state ) : void |
Method | Description | |
---|---|---|
FindCursorIndex ( string eventKey ) : int | ||
GetCursorPrefix ( ) : string | ||
GetCursorsFromEventKeys ( IList |
||
GetMessageId ( |
||
GetMessageId ( TopicLookup topics, string key ) : ulong | ||
PerformWork ( IList |
||
UnminifyCursor ( string key, object state ) : string | ||
UpdateCursor ( string key, ulong id ) : bool |
public AddEvent ( string eventKey, |
||
eventKey | string | |
topic | ||
return | bool |
protected BeforeInvoke ( object state ) : void | ||
state | object | |
return | void |
public DefaultSubscription ( string identity, IList |
||
identity | string | |
eventKeys | IList |
|
topics | TopicLookup | |
cursor | string | |
callback | Func |
|
maxMessages | int | |
stringMinifier | IStringMinifier | |
counters | IPerformanceCounterManager | |
state | object | |
return | System |
public RemoveEvent ( string eventKey ) : void | ||
eventKey | string | |
return | void |
public SetEventTopic ( string eventKey, |
||
eventKey | string | |
topic | ||
return | void |
public WriteCursor ( |
||
textWriter | ||
return | void |