Annotation Interface AwaitingEvent
Marks an event as an event the proxy will wait on to completely fire (including any
EventTask
s) before continuing handling it. Annotated
classes are suitable candidates for using EventTasks for handling complex asynchronous
operations in a non-blocking matter.