E
- public abstract class SimpleExecutionCallback<E> extends Object implements ExecutionCallback<E>
Constructor and Description |
---|
SimpleExecutionCallback() |
public abstract void notify(Object response)
public final void onResponse(E response)
ExecutionCallback
onResponse
in interface ExecutionCallback<E>
response
- the result of the successful executionpublic final void onFailure(Throwable t)
ExecutionCallback
onFailure
in interface ExecutionCallback<E>
t
- the exception that is thrownCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.