A B C D E F I M N P R T V 
All Classes All Packages

A

annotationsPresentDirectly - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 
annotationType() - Method in interface io.smallrye.faulttolerance.autoconfig.Config
 
applyFaultTolerance - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 
asynchronous - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 
asynchronousNonBlocking - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 
AutoConfig - Annotation Type in io.smallrye.faulttolerance.autoconfig
If an interface that extends a fault tolerance annotation type, extends the Config interface, includes a default implementation of the Config.validate() method is annotated @AutoConfig, an implementation will be generated automatically.

B

beanClass - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 
beanClass() - Method in interface io.smallrye.faulttolerance.autoconfig.Config
 
blocking - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 
bulkhead - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 

C

circuitBreaker - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 
circuitBreakerName - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 
Config - Interface in io.smallrye.faulttolerance.autoconfig
 
configurable() - Method in annotation type io.smallrye.faulttolerance.autoconfig.AutoConfig
Whether the annotation values can be overridden by MP Config.
customBackoff - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 

D

declaringClass - Variable in class io.smallrye.faulttolerance.autoconfig.MethodDescriptor
 

E

exponentialBackoff - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 

F

fallback - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 
FaultToleranceMethod - Class in io.smallrye.faulttolerance.autoconfig
Created in the CDI extension to capture effective annotations for each method that needs fault tolerance.
FaultToleranceMethod() - Constructor for class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 
fibonacciBackoff - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 

I

io.smallrye.faulttolerance.autoconfig - package io.smallrye.faulttolerance.autoconfig
 
isEnabled(Class<A>, MethodDescriptor) - Static method in interface io.smallrye.faulttolerance.autoconfig.Config
 
isLegitimate() - Method in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 
isOnMethod() - Method in interface io.smallrye.faulttolerance.autoconfig.Config
Returns whether the annotation is present on method or not (in which case, it is present on the class).

M

materialize() - Method in interface io.smallrye.faulttolerance.autoconfig.Config
Ensures this configuration is loaded.
method - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 
method() - Method in interface io.smallrye.faulttolerance.autoconfig.Config
 
MethodDescriptor - Class in io.smallrye.faulttolerance.autoconfig
 
MethodDescriptor() - Constructor for class io.smallrye.faulttolerance.autoconfig.MethodDescriptor
 

N

name - Variable in class io.smallrye.faulttolerance.autoconfig.MethodDescriptor
 
nonBlocking - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 

P

parameterTypes - Variable in class io.smallrye.faulttolerance.autoconfig.MethodDescriptor
 

R

rateLimit - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 
reflect() - Method in class io.smallrye.faulttolerance.autoconfig.MethodDescriptor
 
retry - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 
returnType - Variable in class io.smallrye.faulttolerance.autoconfig.MethodDescriptor
 

T

timeout - Variable in class io.smallrye.faulttolerance.autoconfig.FaultToleranceMethod
 
toString() - Method in class io.smallrye.faulttolerance.autoconfig.MethodDescriptor
 

V

validate() - Method in interface io.smallrye.faulttolerance.autoconfig.Config
Defines local validation, that is, validation of the single annotation the config interface represents.
A B C D E F I M N P R T V 
All Classes All Packages