Class NullImplementation.NullContinuation<R>

java.lang.Object
com.tangosol.util.NullImplementation.NullContinuation<R>
Type Parameters:
R -
All Implemented Interfaces:
Continuation<R>
Enclosing class:
NullImplementation

public static class NullImplementation.NullContinuation<R> extends Object implements Continuation<R>
A Continuation that does nothing.
  • Field Details

  • Constructor Details

    • NullContinuation

      public NullContinuation()
  • Method Details

    • proceed

      public void proceed(R r)
      Resume the execution after the completion of an asynchronous call.
      Specified by:
      proceed in interface Continuation<R>
      Parameters:
      r - the result of the execution preceding this continuation