Interface ClientConfig.State.StateChangeStrategy

  • Enclosing class:
    ClientConfig.State

    private static interface ClientConfig.State.StateChangeStrategy
    Configuration state change strategy.
    • Method Detail

      • onChange

        ClientConfig.State onChange​(ClientConfig.State state)
        Invoked whenever a mutator method is called in the given configuration state.
        Parameters:
        state - configuration state to be mutated.
        Returns:
        state instance that will be mutated and returned from the invoked configuration state mutator method.