Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
MessageBus ( IDependencyResolver resolver ) : System |
|
|
Publish ( |
Publishes a new message to the specified event on the bus.
|
Méthode | Description | |
---|---|---|
CreateTopic ( string key ) : |
Creates a topic for the specified key.
|
|
Dispose ( bool disposing ) : void | ||
Save ( |
||
ScheduleEvent ( string eventKey ) : void |
Méthode | Description | |
---|---|---|
AddEvent ( ISubscriber subscriber, string eventKey ) : void | ||
CreateSubscription ( ISubscriber subscriber, string cursor, Func |
||
DestroyTopic ( string key, |
||
DestroyTopicCore ( string key, |
||
DisposeSubscription ( object state ) : void | ||
GarbageCollectTopics ( ) : void | ||
GetTopic ( string key ) : |
||
MessageBus ( IStringMinifier stringMinifier, ITraceManager traceManager, IPerformanceCounterManager performanceCounterManager, IConfigurationManager configurationManager, int maxTopicsWithNoSubscriptions ) : System | ||
RemoveEvent ( ISubscriber subscriber, string eventKey ) : void | ||
ScheduleTopic ( |
||
Subscribe ( ISubscriber subscriber, string cursor, Func |
||
SubscribeTopic ( string key ) : |
protected CreateTopic ( string key ) : |
||
key | string | The key to create the topic for. |
Résultat |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public MessageBus ( IDependencyResolver resolver ) : System | ||
resolver | IDependencyResolver | |
Résultat | System |
public Publish ( |
||
message | The message to publish. | |
Résultat | Task |
protected ScheduleEvent ( string eventKey ) : void | ||
eventKey | string | |
Résultat | void |