com.atlassian.event.api
Annotation Type AsynchronousPreferred


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface AsynchronousPreferred

Annotation to be used with events to tell whether they can be handled asynchronously

This is the default annotation to be used with AnnotationAsynchronousEventResolver

Since:
2.0
See Also:
AnnotationAsynchronousEventResolver



Copyright © 2006-2010 Atlassian. All Rights Reserved.