Method |
Description |
|
AddEvent ( ISubscriber subscriber, string eventKey ) : void |
|
|
CreateSubscription ( ISubscriber subscriber, string cursor, Func callback, int messageBufferSize, object state ) : Subscription |
|
|
DestroyTopic ( string key, Topic topic ) : void |
|
|
DestroyTopicCore ( string key, Topic topic ) : void |
|
|
DisposeSubscription ( object state ) : void |
|
|
GarbageCollectTopics ( ) : void |
|
|
GetTopic ( string key ) : Topic |
|
|
MessageBus ( IStringMinifier stringMinifier, ILoggerFactory loggerFactory, IPerformanceCounterManager performanceCounterManager, IOptions optionsAccessor ) : System |
|
|
RemoveEvent ( ISubscriber subscriber, string eventKey ) : void |
|
|
ScheduleTopic ( Topic topic ) : void |
|
|
Subscribe ( ISubscriber subscriber, string cursor, Func callback, int maxMessages, object state ) : IDisposable |
|
|
SubscribeTopic ( string key ) : Topic |
|
|