Uses of Interface
io.lettuce.core.event.EventPublisherOptions
| Package | Description |
|---|---|
| io.lettuce.core.event |
Event publishing and subscription.
|
| io.lettuce.core.event.metrics |
Metric events and publishing.
|
| io.lettuce.core.resource |
Client resource infrastructure providers.
|
-
Uses of EventPublisherOptions in io.lettuce.core.event
Classes in io.lettuce.core.event that implement EventPublisherOptions Modifier and Type Class Description classDefaultEventPublisherOptionsThe default implementation ofCommandLatencyCollectorOptions. -
Uses of EventPublisherOptions in io.lettuce.core.event.metrics
Constructors in io.lettuce.core.event.metrics with parameters of type EventPublisherOptions Constructor Description DefaultCommandLatencyEventPublisher(EventExecutorGroup eventExecutorGroup, EventPublisherOptions options, EventBus eventBus, CommandLatencyCollector commandLatencyCollector) -
Uses of EventPublisherOptions in io.lettuce.core.resource
Methods in io.lettuce.core.resource that return EventPublisherOptions Modifier and Type Method Description EventPublisherOptionsClientResources. commandLatencyPublisherOptions()Return theEventPublisherOptionsfor latency event publishing.EventPublisherOptionsDefaultClientResources. commandLatencyPublisherOptions()Methods in io.lettuce.core.resource with parameters of type EventPublisherOptions Modifier and Type Method Description ClientResources.BuilderClientResources.Builder. commandLatencyPublisherOptions(EventPublisherOptions commandLatencyPublisherOptions)Sets theEventPublisherOptionsto publish command latency metrics using theEventBusif theCommandLatencyRecorderis an instance ofCommandLatencyCollectorthat allows latency metric retrieval.DefaultClientResources.BuilderDefaultClientResources.Builder. commandLatencyPublisherOptions(EventPublisherOptions commandLatencyPublisherOptions)Sets theEventPublisherOptionsto publish command latency metrics using theEventBusif theCommandLatencyRecorderis an instance ofCommandLatencyCollectorthat allows latency metric retrieval.