| java.lang.Object | |
| ↳ | com.atlassian.event.internal.AsynchronousAbleEventDispatcher |
This dispatcher will dispatch event asynchronously if:
supports asynchronous events| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The only public constructor, uses an com.atlassian.event.internal.AnnotationAsynchronousEventResolver
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Dispatches the event using the invoker.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.event.spi.EventDispatcher
| |||||||||||
The only public constructor, uses an com.atlassian.event.internal.AnnotationAsynchronousEventResolver
| executorFactory | the executor to use for asynchronous event listener invocations |
|---|
Dispatches the event using the invoker.
| invoker | the invoker to use to dispatch the event |
|---|---|
| event | the event to dispatch |