Class CompositeClientConfigurator

  • All Implemented Interfaces:
    ClientConfigurator

    public class CompositeClientConfigurator
    extends Object
    implements ClientConfigurator
    A client configurator composed of other client configurators.

    All of the client configurators contained in this composite object will be used in the order they are added.

    • Constructor Detail

      • CompositeClientConfigurator

        public CompositeClientConfigurator​(List<ClientConfigurator> configurators)
        Create a new composite client configurator.
        Parameters:
        configurators - the other configurators contained in this composite