Uses of Interface
io.github.resilience4j.retry.event.RetryEvent
Packages that use RetryEvent
Package
Description
-
Uses of RetryEvent in io.github.resilience4j.retry
Subinterfaces with type arguments of type RetryEvent in io.github.resilience4j.retryModifier and TypeInterfaceDescriptionstatic interfaceAn EventPublisher which subscribes to the reactive stream of RetryEvents and can be used to register event consumers. -
Uses of RetryEvent in io.github.resilience4j.retry.event
Classes in io.github.resilience4j.retry.event that implement RetryEventModifier and TypeClassDescription(package private) classclassA RetryEvent which informs that a call has been retried, but still failed, such that the the maximum number of attempts has been reached.classA RetryEvent which informs that an error has been ignored.classA RetryEvent which informs that a call failed, and is to be retried.classA RetryEvent which informs that a call has been retried and a retry was successful. -
Uses of RetryEvent in io.github.resilience4j.retry.internal
Subclasses with type arguments of type RetryEvent in io.github.resilience4j.retry.internalClasses in io.github.resilience4j.retry.internal that implement interfaces with type arguments of type RetryEventMethods in io.github.resilience4j.retry.internal with parameters of type RetryEventModifier and TypeMethodDescriptionvoidRetryImpl.RetryEventProcessor.consumeEvent(RetryEvent event) Method parameters in io.github.resilience4j.retry.internal with type arguments of type RetryEventModifier and TypeMethodDescriptionprivate voidRetryImpl.publishRetryEvent(Supplier<RetryEvent> event)