| Package | Description |
|---|---|
| com.lambdaworks.redis.event |
Event publishing and subscription.
|
| com.lambdaworks.redis.event.metrics |
Metric events and publishing.
|
| com.lambdaworks.redis.resource |
Client resource infrastructure providers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventPublisherOptions
The default implementation of
CommandLatencyCollectorOptions. |
| Constructor and Description |
|---|
DefaultCommandLatencyEventPublisher(EventExecutorGroup eventExecutorGroup,
EventPublisherOptions options,
EventBus eventBus,
CommandLatencyCollector commandLatencyCollector) |
| Modifier and Type | Method and Description |
|---|---|
EventPublisherOptions |
DefaultClientResources.commandLatencyPublisherOptions() |
EventPublisherOptions |
ClientResources.commandLatencyPublisherOptions()
Returns the
EventPublisherOptions for latency event publishing. |
| Modifier and Type | Method and Description |
|---|---|
DefaultClientResources.Builder |
DefaultClientResources.Builder.commandLatencyPublisherOptions(EventPublisherOptions commandLatencyPublisherOptions)
Sets the
EventPublisherOptions to publish command latency metrics using the EventBus. |
Copyright © 2016. All rights reserved.