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 Type
    Method
    Description
    default List<EventFilter>
    Get the list of EventFilter that applies to the event subscription.
    default void
    Method invoked when the publication resources must be released.
  • Method Details

    • getEventFilters

      default List<EventFilter> getEventFilters()
      Get the list of EventFilter that 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.