Package org.voltdb.client
Class NullCallback
java.lang.Object
org.voltdb.client.NullCallback
- All Implemented Interfaces:
ProcedureCallback
A utility callback that can be instantiated for asynchronous invocations where the result including success/failure
is going to be ignored.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clientCallback
(ClientResponse clientResponse) Implementation of callback to be provided by client applications.
-
Constructor Details
-
NullCallback
public NullCallback()
-
-
Method Details
-
clientCallback
Description copied from interface:ProcedureCallback
Implementation of callback to be provided by client applications.- Specified by:
clientCallback
in interfaceProcedureCallback
- Parameters:
clientResponse
- Response to the stored procedure invocation this callback is associated with
-