Package org.eclipse.microprofile.faulttolerance
@Version("2.0")
package org.eclipse.microprofile.faulttolerance
CDI Support for Microprofile Fault Tolerance
-
ClassDescriptionWrap the execution and invoke it asynchronously.Define bulkhead policy to limit the number of the concurrent calls to an instance.Defines a circuit breaker policy to an individual method or a class.The execution context for the method being executed.The fallback annotation to define the fallback handler class so that a failure can be handled properly.Create a default class so the value is not required to be set all the time.The handler instance used by the container to service a fallback invocation is a non-contextual instance created using the CDI SPI.The retry annotation to define the number of retries.The annotation to define a method execution timeout.