Enum Class MessageType

java.lang.Object
java.lang.Enum<MessageType>
app.nzyme.plugin.distributed.messaging.MessageType
All Implemented Interfaces:
Serializable, Comparable<MessageType>, java.lang.constant.Constable

public enum MessageType extends Enum<MessageType>
  • Enum Constant Details

    • CHECK_RESTART_HTTP_SERVER

      public static final MessageType CHECK_RESTART_HTTP_SERVER
    • CLUSTER_PGP_KEYS_PROVIDED

      public static final MessageType CLUSTER_PGP_KEYS_PROVIDED
    • INVALIDATE_CACHE

      public static final MessageType INVALIDATE_CACHE
  • Method Details

    • values

      public static MessageType[] 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 MessageType 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