Uses of Interface
io.dropwizard.redis.netty.EventExecutorGroupFactory
-
Packages that use EventExecutorGroupFactory Package Description io.dropwizard.redis.clientresources io.dropwizard.redis.netty -
-
Uses of EventExecutorGroupFactory in io.dropwizard.redis.clientresources
Fields in io.dropwizard.redis.clientresources declared as EventExecutorGroupFactory Modifier and Type Field Description protected @Valid @NotNull EventExecutorGroupFactoryClientResourcesFactory. eventExecutorGroupMethods in io.dropwizard.redis.clientresources that return EventExecutorGroupFactory Modifier and Type Method Description EventExecutorGroupFactoryClientResourcesFactory. getEventExecutorGroup()Methods in io.dropwizard.redis.clientresources with parameters of type EventExecutorGroupFactory Modifier and Type Method Description voidClientResourcesFactory. setEventExecutorGroup(EventExecutorGroupFactory eventExecutorGroup) -
Uses of EventExecutorGroupFactory in io.dropwizard.redis.netty
Classes in io.dropwizard.redis.netty that implement EventExecutorGroupFactory Modifier and Type Class Description classDefaultEventExecutorGroupFactory
-