Class RetryChain
java.lang.Object
io.github.resilience4j.ratpack.retry.monitoring.endpoint.RetryChain
- All Implemented Interfaces:
ratpack.func.Action<ratpack.handling.Chain>
public class RetryChain
extends java.lang.Object
implements ratpack.func.Action<ratpack.handling.Chain>
Provides event and stream event endpoints for circuitbreaker events.
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description RetryChain(io.github.resilience4j.consumer.EventConsumerRegistry<io.github.resilience4j.retry.event.RetryEvent> eventConsumerRegistry, io.github.resilience4j.retry.RetryRegistry retryRegistry) -
Method Summary
Modifier and Type Method Description voidexecute(ratpack.handling.Chain chain)
-
Constructor Details
-
RetryChain
@Inject public RetryChain(io.github.resilience4j.consumer.EventConsumerRegistry<io.github.resilience4j.retry.event.RetryEvent> eventConsumerRegistry, io.github.resilience4j.retry.RetryRegistry retryRegistry)
-
-
Method Details
-
execute
public void execute(ratpack.handling.Chain chain) throws java.lang.Exception- Specified by:
executein interfaceratpack.func.Action<ratpack.handling.Chain>- Throws:
java.lang.Exception
-