Interface ComposableContinuation

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ComposableContinuation compose​(ComposableContinuation continuation)
      Composes this ComposableContinuation with the specified ComposableContinuation to produce a ComposableContinuation that replaces the need for this and the specified ComposableContinuation.
      • Methods inherited from interface com.oracle.coherence.common.base.Continuation

        proceed