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 null
Copyright © 2006-2016 Atlassian. All Rights Reserved.