Enum Class GrouperMessageQueueType

java.lang.Object
java.lang.Enum<GrouperMessageQueueType>
edu.internet2.middleware.grouperClient.messaging.GrouperMessageQueueType
All Implemented Interfaces:
Serializable, Comparable<GrouperMessageQueueType>, java.lang.constant.Constable

public enum GrouperMessageQueueType extends Enum<GrouperMessageQueueType>
type of queues
  • Enum Constant Details

    • queue

      public static final GrouperMessageQueueType queue
      queue is when you send to one destination, or receive from a destination
    • topic

      public static final GrouperMessageQueueType topic
      sending to a topic can cause sending to multiple queues
  • Method Details

    • values

      public static GrouperMessageQueueType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static GrouperMessageQueueType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • valueOfIgnoreCase

      public static GrouperMessageQueueType valueOfIgnoreCase(String input, boolean exceptionIfNotFound)
      convert a string to a queue type
      Parameters:
      input -
      exceptionIfNotFound -
      Returns:
      the state or null