T
- public interface IReceiver<T>
In all cases you are notified upon the result through this callback interface.
Modifier and Type | Method and Description |
---|---|
void |
onException(T result,
Throwable t)
The punchle failed.Be notified upon the cause.
|
void |
onReceive(T result)
Deal with the resulting output tuple
|
Copyright © 2014–2023. All rights reserved.