Interface GenericEventSourceInterceptorFactory
public interface GenericEventSourceInterceptorFactory
Factory to create GenericEventSource instances.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance based on a filter dialect.create(String filterDialect, IndividualSubscriptionHandler handler) Creates a new instance based on a filter dialect and an optional callback for individual subscription handling.
-
Method Details
-
create
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
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.
-