Class NullCallback

java.lang.Object
org.voltdb.client.NullCallback
All Implemented Interfaces:
ProcedureCallback

public final class NullCallback extends Object implements ProcedureCallback
A utility callback that can be instantiated for asynchronous invocations where the result including success/failure is going to be ignored.
  • Constructor Details

    • NullCallback

      public NullCallback()
  • Method Details

    • clientCallback

      public void clientCallback(ClientResponse clientResponse)
      Description copied from interface: ProcedureCallback
      Implementation of callback to be provided by client applications.
      Specified by:
      clientCallback in interface ProcedureCallback
      Parameters:
      clientResponse - Response to the stored procedure invocation this callback is associated with