Uses of Interface
io.dropwizard.redis.event.EventLoopGroupProviderFactory
-
Packages that use EventLoopGroupProviderFactory Package Description io.dropwizard.redis.clientresources io.dropwizard.redis.event -
-
Uses of EventLoopGroupProviderFactory in io.dropwizard.redis.clientresources
Fields in io.dropwizard.redis.clientresources declared as EventLoopGroupProviderFactory Modifier and Type Field Description protected @Valid @NotNull EventLoopGroupProviderFactoryClientResourcesFactory. eventLoopGroupProviderMethods in io.dropwizard.redis.clientresources that return EventLoopGroupProviderFactory Modifier and Type Method Description EventLoopGroupProviderFactoryClientResourcesFactory. getEventLoopGroupProvider()Methods in io.dropwizard.redis.clientresources with parameters of type EventLoopGroupProviderFactory Modifier and Type Method Description voidClientResourcesFactory. setEventLoopGroupProvider(EventLoopGroupProviderFactory eventLoopGroupProvider) -
Uses of EventLoopGroupProviderFactory in io.dropwizard.redis.event
Classes in io.dropwizard.redis.event that implement EventLoopGroupProviderFactory Modifier and Type Class Description classDefaultEventLoopGroupProviderFactory
-