public enum MicroProfileFaultToleranceAnnotation extends Enum<MicroProfileFaultToleranceAnnotation>
DotNames of MP FT annotations.| Enum Constant and Description |
|---|
ASYNCHRONOUS |
BULKHEAD |
CIRCUIT_BREAKER |
FALLBACK |
RETRY |
TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.jandex.DotName |
getDotName() |
static MicroProfileFaultToleranceAnnotation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MicroProfileFaultToleranceAnnotation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MicroProfileFaultToleranceAnnotation RETRY
org.eclipse.microprofile.faulttolerance.Retrypublic static final MicroProfileFaultToleranceAnnotation TIMEOUT
org.eclipse.microprofile.faulttolerance.Timeoutpublic static final MicroProfileFaultToleranceAnnotation FALLBACK
org.eclipse.microprofile.faulttolerance.Fallbackpublic static final MicroProfileFaultToleranceAnnotation CIRCUIT_BREAKER
org.eclipse.microprofile.faulttolerance.CircuitBreakerpublic static final MicroProfileFaultToleranceAnnotation BULKHEAD
org.eclipse.microprofile.faulttolerance.Bulkheadpublic static final MicroProfileFaultToleranceAnnotation ASYNCHRONOUS
org.eclipse.microprofile.faulttolerance.Asynchronouspublic static MicroProfileFaultToleranceAnnotation[] values()
for (MicroProfileFaultToleranceAnnotation c : MicroProfileFaultToleranceAnnotation.values()) System.out.println(c);
public static MicroProfileFaultToleranceAnnotation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic org.jboss.jandex.DotName getDotName()
Copyright © 2023 JBoss by Red Hat. All rights reserved.