Class 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