Interface KeyTrackingTerminalOperation.IntermediateCollector<C>

  • Type Parameters:
    C - type of collected item
    Enclosing interface:
    KeyTrackingTerminalOperation<Original,​K,​R>

    public static interface KeyTrackingTerminalOperation.IntermediateCollector<C>
    Collector used to collect items from intermediate responses of operations
    • Method Detail

      • sendDataResonse

        void sendDataResonse​(C response)
        Called back when a response is sent back to the invoker
        Parameters:
        response - the returned data