Interface EventSourceInterceptorDispatcherFactory
-
public interface EventSourceInterceptorDispatcherFactoryFactory for EventSourceInterceptorDispatcher instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventSourceInterceptorDispatchercreate(Collection<EventSourceDialectHandler> eventSources)Creates a new instance of EventSourceInterceptorDispatcher.
-
-
-
Method Detail
-
create
EventSourceInterceptorDispatcher create(Collection<EventSourceDialectHandler> eventSources)
Creates a new instance of EventSourceInterceptorDispatcher.- Parameters:
eventSources- all event sources handled by the created dispatcher.- Returns:
- a new instance.
-
-