Annotation Interface AwaitingEvent


@Target(TYPE) @Documented public @interface AwaitingEvent
Marks an event as an event the proxy will wait on to completely fire (including any EventTasks) before continuing handling it. Annotated classes are suitable candidates for using EventTasks for handling complex asynchronous operations in a non-blocking matter.