public interface DeferredEvent
DeferredEventQueue
}.Modifier and Type | Method and Description |
---|---|
void |
complete(Throwable exception)
Complete the event.
|
void complete(Throwable exception)
exception
- null if the event should be completed successfully; the
error otherwise.