Class MultiOutput<K,​V>

  • Type Parameters:
    K - Key type.
    V - Value type.

    public class MultiOutput<K,​V>
    extends CommandOutput<K,​V,​TransactionResult>
    Output of all commands within a MULTI block.
    Author:
    Will Glozer, Mark Paluch