Class RoleConfig

All Implemented Interfaces:
Configurable, Serializable

public final class RoleConfig extends AbstractConfigurable
Global role-specific configuration. Configuration defined here applies to all nodes that have this role assigned.
See Also:
  • Constructor Details

    • RoleConfig

      public RoleConfig()
  • Method Details

    • getRole

      public String getRole()
      Defines role name.
      Returns:
      Role name
    • setRole

      public void setRole(String role)