Module lettuce.core

Class ReplayOutput<K,​V>

java.lang.Object
io.lettuce.core.output.CommandOutput<K,​V,​List<ReplayOutput.Signal>>
io.lettuce.core.output.ReplayOutput<K,​V>

public class ReplayOutput<K,​V>
extends CommandOutput<K,​V,​List<ReplayOutput.Signal>>
Replayable CommandOutput capturing output signals to replay these on a target CommandOutput. Replay is useful when the response requires inspection prior to dispatching the actual output to a command target.
Since:
5.0.3
Author:
Mark Paluch
  • Constructor Details

    • ReplayOutput

      public ReplayOutput()
      Initialize a new instance that encodes and decodes keys and values using the supplied codec.
  • Method Details