Class WaterfallConfiguration

  • All Implemented Interfaces:

    
    public final class WaterfallConfiguration
    
                        

    A wrapper class for passing publisher set waterfall configurations.

    This class can only be constructed through its builder class WaterfallConfigurationBuilder that is exposed via the static method WaterfallConfiguration.builder.

    ex: val builder = WaterfallConfiguration.builder(); // configure the builder by calling the exposed setters val configs = builder.build();