Uses of Interface
com.atlassian.event.spi.EventExecutorFactory
Packages that use EventExecutorFactory
-
Uses of EventExecutorFactory in com.atlassian.event.internal
Classes in com.atlassian.event.internal that implement EventExecutorFactoryModifier and TypeClassDescriptionclassclassUses aSynchronousQueueto hand off tasks to theExecutor.classUses aLinkedBlockingQueueto hand off tasks to theExecutor.Constructors in com.atlassian.event.internal with parameters of type EventExecutorFactoryModifierConstructorDescriptionAsynchronousAbleEventDispatcher(EventExecutorFactory executorFactory) AsynchronousAbleEventDispatcher(EventExecutorFactory executorFactory, AsynchronousEventResolver asynchronousEventResolver) AsynchronousAbleEventDispatcher(EventExecutorFactory executorFactory, AsynchronousEventResolver asynchronousEventResolver, EventRunnableFactory runnableFactory)