Method | Description | |
---|---|---|
AddedPublication ( IEventTopicInfo eventTopic, IPublication publication ) : void |
Called after a publication was added to an event topic.
|
|
AddedSubscription ( IEventTopicInfo eventTopic, ISubscription subscription ) : void |
Called after a subscription was added to an event topic.
|
|
CreatedPublication ( IEventTopicInfo eventTopic, IPublication publication ) : void |
Called after a publication was created.
|
|
CreatedSubscription ( IEventTopicInfo eventTopic, ISubscription subscription ) : void |
Called after a subscription was created.
|
|
CreatedTopic ( IEventTopicInfo eventTopic ) : void |
Called after an event topic was created.
|
|
FiredEvent ( IEventTopicInfo eventTopic, IPublication publication, object sender, |
Called when the event was fired (processing completed).
|
|
FiringEvent ( IEventTopicInfo eventTopic, IPublication publication, object sender, |
Called when an event is fired.
|
|
RegisteredItem ( object item ) : void |
Called when an item was registered.
|
|
RelayedEvent ( IEventTopicInfo eventTopic, IPublication publication, ISubscription subscription, IHandler handler, object sender, |
Called after the event was relayed from the publication to the subscribers.
|
|
RelayingEvent ( IEventTopicInfo eventTopic, IPublication publication, ISubscription subscription, IHandler handler, object sender, |
Called before an event is relayed from the publication to the subscribers.
|
|
RemovedPublication ( IEventTopicInfo eventTopic, IPublication publication ) : void |
Called after a publication was removed from an event topic.
|
|
RemovedSubscription ( IEventTopicInfo eventTopic, ISubscription subscription ) : void |
Called after a subscription was removed from an event topic.
|
|
SkippedEvent ( IEventTopicInfo eventTopic, IPublication publication, ISubscription subscription, object sender, |
Called when a publication or subscription matcher did not match and the event was not relayed to a subscription.
|
|
SubscriberExceptionOccurred ( IEventTopicInfo eventTopic, |
Called when an exception occurred during event handling by a subscriber.
|
|
UnregisteredItem ( object item ) : void |
Called when an item was unregistered.
|
public AddedPublication ( IEventTopicInfo eventTopic, IPublication publication ) : void | ||
eventTopic | IEventTopicInfo | The event topic. |
publication | IPublication | The publication. |
return | void |
public AddedSubscription ( IEventTopicInfo eventTopic, ISubscription subscription ) : void | ||
eventTopic | IEventTopicInfo | The event topic. |
subscription | ISubscription | The subscription. |
return | void |
public CreatedPublication ( IEventTopicInfo eventTopic, IPublication publication ) : void | ||
eventTopic | IEventTopicInfo | The event topic. |
publication | IPublication | The publication. |
return | void |
public CreatedSubscription ( IEventTopicInfo eventTopic, ISubscription subscription ) : void | ||
eventTopic | IEventTopicInfo | The event topic. |
subscription | ISubscription | The subscription. |
return | void |
public CreatedTopic ( IEventTopicInfo eventTopic ) : void | ||
eventTopic | IEventTopicInfo | The event topic. |
return | void |
public FiredEvent ( IEventTopicInfo eventTopic, IPublication publication, object sender, |
||
eventTopic | IEventTopicInfo | The event topic. |
publication | IPublication | The publication. |
sender | object | The sender. |
e | The |
|
return | void |
public FiringEvent ( IEventTopicInfo eventTopic, IPublication publication, object sender, |
||
eventTopic | IEventTopicInfo | The event topic. |
publication | IPublication | The publication. |
sender | object | The sender. |
e | The |
|
return | void |
public RegisteredItem ( object item ) : void | ||
item | object | The item that was registered. |
return | void |
public RelayedEvent ( IEventTopicInfo eventTopic, IPublication publication, ISubscription subscription, IHandler handler, object sender, |
||
eventTopic | IEventTopicInfo | The event topic. |
publication | IPublication | The publication. |
subscription | ISubscription | The subscription. |
handler | IHandler | The handler. |
sender | object | The sender. |
e | The |
|
return | void |
public RelayingEvent ( IEventTopicInfo eventTopic, IPublication publication, ISubscription subscription, IHandler handler, object sender, |
||
eventTopic | IEventTopicInfo | The event topic. |
publication | IPublication | The publication. |
subscription | ISubscription | The subscription. |
handler | IHandler | The handler. |
sender | object | The sender. |
e | The |
|
return | void |
public RemovedPublication ( IEventTopicInfo eventTopic, IPublication publication ) : void | ||
eventTopic | IEventTopicInfo | The event topic. |
publication | IPublication | The publication. |
return | void |
public RemovedSubscription ( IEventTopicInfo eventTopic, ISubscription subscription ) : void | ||
eventTopic | IEventTopicInfo | The event topic. |
subscription | ISubscription | The subscription. |
return | void |
public SkippedEvent ( IEventTopicInfo eventTopic, IPublication publication, ISubscription subscription, object sender, |
||
eventTopic | IEventTopicInfo | The event topic. |
publication | IPublication | The publication. |
subscription | ISubscription | The subscription. |
sender | object | The sender. |
e | The |
|
return | void |
public SubscriberExceptionOccurred ( IEventTopicInfo eventTopic, |
||
eventTopic | IEventTopicInfo | The event topic. |
exception | The exception. | |
context | Appccelerate.EventBroker.Exceptions.ExceptionHandlingContext | The context providing information whether the exception is handled by an extension or is re-thrown. |
return | void |
public UnregisteredItem ( object item ) : void | ||
item | object | The item that was unregistered. |
return | void |