JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
E
G
I
C
CircularEventConsumer
<
T
> - Class in
io.github.resilience4j.consumer
A RxJava consumer which stores CircuitBreakerEvents in a circular buffer with a fixed capacity.
CircularEventConsumer(int)
- Constructor for class io.github.resilience4j.consumer.
CircularEventConsumer
Creates an
CircuitBreakerEventConsumer
with the given (fixed) capacity
consumeEvent(T)
- Method in class io.github.resilience4j.consumer.
CircularEventConsumer
createEventConsumer(String, int)
- Method in class io.github.resilience4j.consumer.
DefaultEventConsumerRegistry
createEventConsumer(String, int)
- Method in interface io.github.resilience4j.consumer.
EventConsumerRegistry
Creates a new EventConsumer and stores the instance in the registry.
D
DefaultEventConsumerRegistry
<
T
> - Class in
io.github.resilience4j.consumer
DefaultEventConsumerRegistry()
- Constructor for class io.github.resilience4j.consumer.
DefaultEventConsumerRegistry
The constructor with default circuitBreaker properties.
E
EventConsumerRegistry
<
T
> - Interface in
io.github.resilience4j.consumer
G
getAllEventConsumer()
- Method in class io.github.resilience4j.consumer.
DefaultEventConsumerRegistry
getAllEventConsumer()
- Method in interface io.github.resilience4j.consumer.
EventConsumerRegistry
Returns all EventConsumer instances.
getBufferedEvents()
- Method in class io.github.resilience4j.consumer.
CircularEventConsumer
Returns a list containing all of the buffered events.
getEventConsumer(String)
- Method in class io.github.resilience4j.consumer.
DefaultEventConsumerRegistry
getEventConsumer(String)
- Method in interface io.github.resilience4j.consumer.
EventConsumerRegistry
Returns the EventConsumer to which the specified id is mapped.
I
io.github.resilience4j.consumer
- package io.github.resilience4j.consumer
C
D
E
G
I
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes