Uses of Interface
fish.payara.microprofile.faulttolerance.service.Stereotypes
-
Packages that use Stereotypes Package Description fish.payara.microprofile.faulttolerance fish.payara.microprofile.faulttolerance.cdi fish.payara.microprofile.faulttolerance.service -
-
Uses of Stereotypes in fish.payara.microprofile.faulttolerance
Methods in fish.payara.microprofile.faulttolerance with parameters of type Stereotypes Modifier and Type Method Description FaultToleranceConfigFaultToleranceService. getConfig(jakarta.interceptor.InvocationContext context, Stereotypes stereotypes)Creates an instance of aFaultToleranceConfigbound to the givenInvocationContextandStereotypeslookup. -
Uses of Stereotypes in fish.payara.microprofile.faulttolerance.cdi
Classes in fish.payara.microprofile.faulttolerance.cdi that implement Stereotypes Modifier and Type Class Description classFaultToleranceInterceptor -
Uses of Stereotypes in fish.payara.microprofile.faulttolerance.service
Methods in fish.payara.microprofile.faulttolerance.service with parameters of type Stereotypes Modifier and Type Method Description static <A extends Annotation>
AFaultToleranceUtils. getAnnotation(Stereotypes sterotypes, Class<A> annotationClass, jakarta.interceptor.InvocationContext context)Gets the annotation from the method that triggered the interceptor.FaultToleranceConfigFaultToleranceServiceImpl. getConfig(jakarta.interceptor.InvocationContext context, Stereotypes stereotypes)
-