com.atlassian.confluence.event
Class SynchronousEventFilter
java.lang.Object
com.atlassian.confluence.event.SynchronousEventFilter
- All Implemented Interfaces:
- com.atlassian.event.internal.AsynchronousEventResolver
public class SynchronousEventFilter
- extends Object
- implements com.atlassian.event.internal.AsynchronousEventResolver
Allows to force the synchronous dispatch of given events.
- Since:
- 5.6
|
Constructor Summary |
SynchronousEventFilter(com.atlassian.event.internal.AsynchronousEventResolver delegate,
com.google.common.base.Predicate<Object> synchronousEventPredicate)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynchronousEventFilter
public SynchronousEventFilter(com.atlassian.event.internal.AsynchronousEventResolver delegate,
com.google.common.base.Predicate<Object> synchronousEventPredicate)
isAsynchronousEvent
public boolean isAsynchronousEvent(Object event)
- Specified by:
isAsynchronousEvent in interface com.atlassian.event.internal.AsynchronousEventResolver
Copyright © 2003–2015 Atlassian. All rights reserved.