| Package | Description |
|---|---|
| io.smallrye.faulttolerance | |
| io.smallrye.faulttolerance.config | |
| io.smallrye.faulttolerance.metrics |
| Modifier and Type | Method and Description |
|---|---|
FaultToleranceOperation |
FaultToleranceOperationProvider.get(Class<?> beanClass,
Method method)
Warning: Should always return the same operation for a given (beanClass, method) pair.
|
FaultToleranceOperation |
DefaultFaultToleranceOperationProvider.get(Class<?> beanClass,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
<T> org.eclipse.microprofile.faulttolerance.FallbackHandler<T> |
DefaultFallbackHandlerProvider.get(FaultToleranceOperation operation) |
<T> org.eclipse.microprofile.faulttolerance.FallbackHandler<T> |
FallbackHandlerProvider.get(FaultToleranceOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
static FaultToleranceOperation |
FaultToleranceOperation.of(javax.enterprise.inject.spi.AnnotatedMethod<?> annotatedMethod) |
static FaultToleranceOperation |
FaultToleranceOperation.of(Class<?> beanClass,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
MetricsCollector |
MetricsCollectorFactory.createCollector(FaultToleranceOperation operation) |
Copyright © 2018–2020. All rights reserved.