Interface ReactiveExecutions<T>


  • public interface ReactiveExecutions<T>
    Execution holder for a reactive command to be executed on multiple nodes.
    Since:
    4.4
    Author:
    Mark Paluch
    • Method Detail

      • flux

        Flux<T> flux()
        Return a Flux that contains a combined stream of the multi-node execution.
        Returns: