public interface ResultHandler
Modifier and Type | Method and Description |
---|---|
void |
handle(Serializable result)
This method is invoked to handle the supplied result from an
asynchronous executed event processor.
|
void handle(Serializable result)
result
- The resultCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.