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.clientMethods in io.vertx.redis.client that return EventBusHandler Modifier and Type Method Description static EventBusHandlerEventBusHandler. create(Vertx vertx)Creates a subscription handler that forwards messages to the event bus of the givenvertx.static EventBusHandlerEventBusHandler. create(Vertx vertx, String addressPrefix)Creates a subscription handler that forwards messages to the event bus of the givenvertx.
 
-