Interface GenericEventSourceInterceptorFactory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract GenericEventSource create(String filterDialect, @Nullable() IndividualSubscriptionHandler handler) Creates a new instance based on a filter dialect and an optional callback for individual subscription handling.
      abstract GenericEventSource create(String filterDialect) Creates a new instance based on a filter dialect.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • create

         abstract GenericEventSource create(String filterDialect, @Nullable() IndividualSubscriptionHandler handler)

        Creates a new instance based on a filter dialect and an optional callback for individual subscription handling.

        Parameters:
        filterDialect - the filter dialect that is handled by this event source.
        handler - a handler for individual subscription handling or null if no customized handling is needed.
        Returns:

        a new instance.

      • create

         abstract GenericEventSource create(String filterDialect)

        Creates a new instance based on a filter dialect.

        Parameters:
        filterDialect - the filter dialect that is handled by this event source.
        Returns:

        a new instance.