public interface AsynchronousEventResolver
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAsynchronousEvent(Object event)
Tells whether the event can be handled asynchronously or not
|
boolean isAsynchronousEvent(Object event)
event - the event to checktrue if the event can be handled asynchronously, false otherwise.NullPointerException - if the event is nullCopyright © 2006-2018 Atlassian. All Rights Reserved.