Uses of Class
org.wildfly.extension.microprofile.faulttolerance.MicroProfileFaultToleranceSchema
-
Packages that use MicroProfileFaultToleranceSchema Package Description org.wildfly.extension.microprofile.faulttolerance -
-
Uses of MicroProfileFaultToleranceSchema in org.wildfly.extension.microprofile.faulttolerance
Fields in org.wildfly.extension.microprofile.faulttolerance declared as MicroProfileFaultToleranceSchema Modifier and Type Field Description static MicroProfileFaultToleranceSchemaMicroProfileFaultToleranceSchema. CURRENTMethods in org.wildfly.extension.microprofile.faulttolerance that return MicroProfileFaultToleranceSchema Modifier and Type Method Description static MicroProfileFaultToleranceSchemaMicroProfileFaultToleranceSchema. valueOf(String name)Returns the enum constant of this type with the specified name.static MicroProfileFaultToleranceSchema[]MicroProfileFaultToleranceSchema. values()Returns an array containing the constants of this enum type, in the order they are declared.
-