| Package | Description |
|---|---|
| io.smallrye.faulttolerance.internal |
| Modifier and Type | Method and Description |
|---|---|
MetricsCollector |
StrategyCache.getMetrics(InterceptionPoint point,
Function<InterceptionPoint,MetricsCollector> producer) |
<V> FaultToleranceStrategy<V> |
StrategyCache.getStrategy(InterceptionPoint point,
Function<InterceptionPoint,FaultToleranceStrategy<V>> producer) |
| Modifier and Type | Method and Description |
|---|---|
MetricsCollector |
StrategyCache.getMetrics(InterceptionPoint point,
Function<InterceptionPoint,MetricsCollector> producer) |
<V> FaultToleranceStrategy<V> |
StrategyCache.getStrategy(InterceptionPoint point,
Function<InterceptionPoint,FaultToleranceStrategy<V>> producer) |
| Constructor and Description |
|---|
CircuitBreakerStateObserver(FaultToleranceStrategy<V> delegate,
InterceptionPoint interceptionPoint,
javax.enterprise.event.Event<CircuitBreakerStateChanged> cbStateEvent) |
Copyright © 2018–2020. All rights reserved.