Uses of Interface
io.dropwizard.redis.event.EventBusFactory
-
Packages that use EventBusFactory Package Description io.dropwizard.redis.clientresources io.dropwizard.redis.event -
-
Uses of EventBusFactory in io.dropwizard.redis.clientresources
Fields in io.dropwizard.redis.clientresources declared as EventBusFactory Modifier and Type Field Description protected @Valid @NotNull EventBusFactoryClientResourcesFactory. eventBusFactoryMethods in io.dropwizard.redis.clientresources that return EventBusFactory Modifier and Type Method Description EventBusFactoryClientResourcesFactory. getEventBusFactory()Methods in io.dropwizard.redis.clientresources with parameters of type EventBusFactory Modifier and Type Method Description voidClientResourcesFactory. setEventBusFactory(EventBusFactory eventBusFactory) -
Uses of EventBusFactory in io.dropwizard.redis.event
Classes in io.dropwizard.redis.event that implement EventBusFactory Modifier and Type Class Description classDefaultEventBusFactory
-