Interface HasRoles

All Known Implementing Classes:
BaseServerFlags, ConfigFlags, DistributorFlags, DockerFlags, EventBusFlags, LoggingFlags, NewSessionQueueFlags, NodeFlags, RelayFlags, RouterFlags, SessionMapFlags

public interface HasRoles
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtains the set of commands that this set of flags applies to.
  • Method Details

    • getRoles

      Set<Role> getRoles()
      Obtains the set of commands that this set of flags applies to. Examples include things like "distributor", "session-map". Maps to CliCommand.getName()
      Returns: