Index

C D E G I R 
All Classes and Interfaces|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 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.
getBufferedEventsStream() - Method in class io.github.resilience4j.consumer.CircularEventConsumer
Returns a stream 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
 

R

removeEventConsumer(String) - Method in class io.github.resilience4j.consumer.DefaultEventConsumerRegistry
 
removeEventConsumer(String) - Method in interface io.github.resilience4j.consumer.EventConsumerRegistry
remove a EventConsumer in the registry.
C D E G I R 
All Classes and Interfaces|All Packages