Enum TimeoutEvents.Finished

java.lang.Object
java.lang.Enum<TimeoutEvents.Finished>
io.smallrye.faulttolerance.core.timeout.TimeoutEvents.Finished
All Implemented Interfaces:
FaultToleranceEvent, Serializable, Comparable<TimeoutEvents.Finished>, java.lang.constant.Constable
Enclosing class:
TimeoutEvents

public static enum TimeoutEvents.Finished extends Enum<TimeoutEvents.Finished> implements FaultToleranceEvent
  • Enum Constant Details

  • Field Details

    • timedOut

      public final boolean timedOut
  • Method Details

    • values

      public static TimeoutEvents.Finished[] 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 TimeoutEvents.Finished 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