Enum SseEventType

java.lang.Object
java.lang.Enum<SseEventType>
org.qubership.atp.itf.lite.backend.enums.SseEventType
All Implemented Interfaces:
Serializable, Comparable<SseEventType>, java.lang.constant.Constable

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

    • PING

      public static final SseEventType PING
    • EXECUTION_FINISHED

      public static final SseEventType EXECUTION_FINISHED
    • EXPORT_FINISHED

      public static final SseEventType EXPORT_FINISHED
    • GET_ACCESS_TOKEN_FINISHED

      public static final SseEventType GET_ACCESS_TOKEN_FINISHED
  • Method Details

    • values

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

      public static SseEventType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null