| ConfluenceEventDispatcher<C> |
Confluence-specific event dispatcher which preserves thread local state across event dispatch threads, and maintains
the VCache request context for the dispatching thread.
|
| ConfluenceEventManager |
Deprecated.
|
| ConfluenceEventPublisherManager |
Implementation of the atlassian-events EventPublisher for use with an injected
EventDispatcher.
|
| ConfluenceListenerHandlersConfiguration |
Configures which kinds of listeners Confluence supports.
|
| ConfluencePoolBasedEventExecutorFactory |
Deprecated.
|
| CpuBasedThreadPoolConfiguration |
EventThreadPoolConfiguration implementation that creates configuration for
ThreadPoolExecutor based on cpus available.
|
| EventPublisherInterceptor |
Collects events from Evented actions after they've executed , and publishes them via the EventPublisher.
|
| EventUtils |
Contains various utility methods for simplifying the Event handling process.
|
| MonitorableCallerRunsPolicy |
|
| NoOpEventPublisher |
Used in bootstrap code when we don't want to publish any events.
|
| SynchronousEventFilter |
Allows to force the synchronous dispatch of given events.
|
| TimingEventPublisher |
An EventPublisher implementation that times how long it takes to publish an event,
and logs a warning if the time is above a threshold.
|
| TypeWhitelist |
Predicate to check if the given object is an instance of one of the given types.
|