Interface Command.StreamConsumer<T>

  • Type Parameters:
    T - the type this StreamConsumer produces as a result, see getResult()
    All Known Implementing Classes:
    StringConsumer
    Enclosing class:
    Command

    public static interface Command.StreamConsumer<T>
    Interface for a type consuming and InputStream.
    Author:
    Matthias Müller
    • Method Detail

      • getResult

        T getResult()
        Returns the result for this StreamConsumer.
        Returns:
        the result of type <T>