Interface EventSourceInterceptorDispatcherFactory
-
- All Implemented Interfaces:
public interface EventSourceInterceptorDispatcherFactoryFactory for EventSourceInterceptorDispatcher instances.
-
-
Method Summary
Modifier and Type Method Description abstract EventSourceInterceptorDispatchercreate(Collection<EventSourceDialectHandler> eventSources)Creates a new instance of EventSourceInterceptorDispatcher. -
-
Method Detail
-
create
abstract 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.
-
-
-
-