Uses of Class
io.github.resilience4j.consumer.CircularEventConsumer
-
Uses of CircularEventConsumer in io.github.resilience4j.consumer
Fields in io.github.resilience4j.consumer with type parameters of type CircularEventConsumerModifier and TypeFieldDescriptionprivate final ConcurrentMap<String, CircularEventConsumer<T>> DefaultEventConsumerRegistry.registryThe CircularEventConsumers, indexed by name of the backend.Methods in io.github.resilience4j.consumer that return CircularEventConsumerModifier and TypeMethodDescriptionDefaultEventConsumerRegistry.createEventConsumer(String id, int bufferSize) EventConsumerRegistry.createEventConsumer(String id, int bufferSize) Creates a new EventConsumer and stores the instance in the registry.DefaultEventConsumerRegistry.getEventConsumer(String id) EventConsumerRegistry.getEventConsumer(String id) Returns the EventConsumer to which the specified id is mapped.Methods in io.github.resilience4j.consumer that return types with arguments of type CircularEventConsumerModifier and TypeMethodDescriptionDefaultEventConsumerRegistry.getAllEventConsumer()EventConsumerRegistry.getAllEventConsumer()Returns all EventConsumer instances.