Uses of Interface
io.lettuce.core.event.EventBus
| Package | Description |
|---|---|
| io.lettuce.core.event |
Event publishing and subscription.
|
| io.lettuce.core.event.metrics |
Metric events and publishing.
|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.resource |
Client resource infrastructure providers.
|
-
Uses of EventBus in io.lettuce.core.event
Classes in io.lettuce.core.event that implement EventBus Modifier and Type Class Description classDefaultEventBusDefault implementation for anEventBus. -
Uses of EventBus in io.lettuce.core.event.metrics
Constructors in io.lettuce.core.event.metrics with parameters of type EventBus Constructor Description DefaultCommandLatencyEventPublisher(EventExecutorGroup eventExecutorGroup, EventPublisherOptions options, EventBus eventBus, CommandLatencyCollector commandLatencyCollector) -
Uses of EventBus in io.lettuce.core.protocol
Constructors in io.lettuce.core.protocol with parameters of type EventBus Constructor Description ConnectionWatchdog(Delay reconnectDelay, ClientOptions clientOptions, Bootstrap bootstrap, Timer timer, EventExecutorGroup reconnectWorkers, Mono<SocketAddress> socketAddressSupplier, ReconnectionListener reconnectionListener, ConnectionFacade connectionFacade, EventBus eventBus, Endpoint endpoint)Create a new watchdog that adds to new connections to the suppliedChannelGroupand establishes a newChannelwhen disconnected, while reconnect is true. -
Uses of EventBus in io.lettuce.core.resource
Methods in io.lettuce.core.resource that return EventBus Modifier and Type Method Description EventBusClientResources. eventBus()Return the event bus used to publish events.EventBusDefaultClientResources. eventBus()Methods in io.lettuce.core.resource with parameters of type EventBus Modifier and Type Method Description ClientResources.BuilderClientResources.Builder. eventBus(EventBus eventBus)Sets theEventBusthat can that can be used across different instances of the RedisClient.DefaultClientResources.BuilderDefaultClientResources.Builder. eventBus(EventBus eventBus)Sets theEventBusthat can that can be used across different instances of the RedisClient.