Uses of Interface
com.atlassian.event.spi.EventExecutorFactory

Packages that use EventExecutorFactory
com.atlassian.event.internal   
 

Uses of EventExecutorFactory in com.atlassian.event.internal
 

Classes in com.atlassian.event.internal that implement EventExecutorFactory
 class AbstractEventExecutorFactory
          A EventExecutorFactory that allows the Executor to be produced with a custom BlockingQueue
 class DirectEventExecutorFactory
          Uses a SynchronousQueue to hand off tasks to the Executor.
 class EventExecutorFactoryImpl
          Deprecated. use DirectEventExecutorFactory
 class UnboundedEventExecutorFactory
          Uses a LinkedBlockingQueue to hand off tasks to the Executor.
 

Constructors in com.atlassian.event.internal with parameters of type EventExecutorFactory
AsynchronousAbleEventDispatcher(EventExecutorFactory executorFactory)
          The only public constructor, uses an AnnotationAsynchronousEventResolver
 



Copyright © 2006-2013 Atlassian. All Rights Reserved.