Interface EventSourceInterceptorDispatcherFactory
public interface EventSourceInterceptorDispatcherFactory
Factory for EventSourceInterceptorDispatcher instances.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(Collection<EventSourceDialectHandler> eventSources) Creates a new instance of EventSourceInterceptorDispatcher.
-
Method Details
-
create
Creates a new instance of EventSourceInterceptorDispatcher.- Parameters:
eventSources- all event sources handled by the created dispatcher.- Returns:
- a new instance.
-