Interface ConfigChangeAction

  • All Known Subinterfaces:
    ConfigChangeRefeedAction, ConfigChangeRestartAction

    public interface ConfigChangeAction
    Contains the action to be performed on the given services to handle a config change between the current active model and the next model to prepare.
    Author:
    geirst
    • Method Detail

      • getMessage

        java.lang.String getMessage()
        Returns a message describing the config change in detail
      • getServices

        java.util.List<ServiceInfo> getServices()
        Returns the list of services where the action must be performed
      • allowed

        boolean allowed()
        Returns whether this change should be allowed