Interface EventSubscription
public interface EventSubscription
The event subscription component is in charge of publishing the events consumed from ACS to other channels. In order to do that, it makes use of instances of
SubscriptionPublisher.-
Method Summary
Modifier and TypeMethodDescriptiondefault List<EventFilter>Get the list ofEventFilterthat applies to the event subscription.default voidrelease()Method invoked when the publication resources must be released.
-
Method Details
-
getEventFilters
Get the list ofEventFilterthat applies to the event subscription. Defaulted to an empty list.- Returns:
- the list of
EventFilter
-
release
default void release()Method invoked when the publication resources must be released.
-