C D E G I
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- CircularEventConsumer<T> - Class in io.github.resilience4j.consumer
-
A consumer which stores CircuitBreakerEvents in a circular buffer with a fixed capacity.
- CircularEventConsumer(int) - Constructor for class io.github.resilience4j.consumer.CircularEventConsumer
-
Creates an
CircuitBreakerEventConsumerwith 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
All Classes All Packages