Uses of Class
io.smallrye.faulttolerance.core.fallback.FallbackEvents.Defined
-
Packages that use FallbackEvents.Defined Package Description io.smallrye.faulttolerance.core.fallback -
-
Uses of FallbackEvents.Defined in io.smallrye.faulttolerance.core.fallback
Methods in io.smallrye.faulttolerance.core.fallback that return FallbackEvents.Defined Modifier and Type Method Description static FallbackEvents.DefinedFallbackEvents.Defined. valueOf(String name)Returns the enum constant of this type with the specified name.static FallbackEvents.Defined[]FallbackEvents.Defined. values()Returns an array containing the constants of this enum type, in the order they are declared.
-