public class CircuitBreakerStateObserver<V> extends Object implements FaultToleranceStrategy<V>
| Constructor and Description |
|---|
CircuitBreakerStateObserver(FaultToleranceStrategy<V> delegate,
InterceptionPoint interceptionPoint,
javax.enterprise.event.Event<CircuitBreakerStateChanged> cbStateEvent) |
public CircuitBreakerStateObserver(FaultToleranceStrategy<V> delegate, InterceptionPoint interceptionPoint, javax.enterprise.event.Event<CircuitBreakerStateChanged> cbStateEvent)
public V apply(InvocationContext<V> ctx) throws Exception
apply in interface FaultToleranceStrategy<V>ExceptionCopyright © 2018–2020. All rights reserved.