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 Detail

      • 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.