Package io.dropwizard.redis.metrics
Class DefaultEventPublisherOptionsFactory
- java.lang.Object
-
- io.dropwizard.redis.metrics.DefaultEventPublisherOptionsFactory
-
- All Implemented Interfaces:
io.dropwizard.jackson.Discoverable,EventPublisherOptionsFactory
public class DefaultEventPublisherOptionsFactory extends Object implements EventPublisherOptionsFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultEventPublisherOptionsFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.lettuce.core.event.EventPublisherOptionsbuild()io.dropwizard.util.DurationgetEventEmitInterval()voidsetEventEmitInterval(io.dropwizard.util.Duration eventEmitInterval)
-
-
-
Method Detail
-
getEventEmitInterval
public io.dropwizard.util.Duration getEventEmitInterval()
-
setEventEmitInterval
public void setEventEmitInterval(io.dropwizard.util.Duration eventEmitInterval)
-
build
public io.lettuce.core.event.EventPublisherOptions build()
- Specified by:
buildin interfaceEventPublisherOptionsFactory
-
-