Class EventBusFlags

    • Constructor Summary

      Constructors 
      Constructor Description
      EventBusFlags()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<Role> getRoles()
      Obtains the set of commands that this set of flags applies to.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventBusFlags

        public EventBusFlags()
    • Method Detail

      • getRoles

        public java.util.Set<Role> getRoles()
        Description copied from interface: HasRoles
        Obtains the set of commands that this set of flags applies to. Examples include things like "distributor", "session-map". Maps to CliCommand.getName()
        Specified by:
        getRoles in interface HasRoles
        Returns: