Package 

Interface FlowCall

  • All Implemented Interfaces:
    java.lang.Cloneable

    
    public interface FlowCall<T>
     implements Cloneable
                        
    • Method Summary

      Modifier and Type Method Description
      abstract void enqueue(FlowCallback<T> callback)
      abstract FlowCall<T> clone()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait