Uses of Class
io.vertx.redis.client.EventBusHandler
-
Packages that use EventBusHandler Package Description io.vertx.redis.client -
-
Uses of EventBusHandler in io.vertx.redis.client
Methods in io.vertx.redis.client that return EventBusHandler Modifier and Type Method Description static EventBusHandler
EventBusHandler. create(Vertx vertx)
Creates a subscription handler that forwards messages to the event bus of the givenvertx
.static EventBusHandler
EventBusHandler. create(Vertx vertx, String addressPrefix)
Creates a subscription handler that forwards messages to the event bus of the givenvertx
.
-