Package | Description |
---|---|
io.vertx.rxjava.core.eventbus |
Modifier and Type | Method and Description |
---|---|
static <T> SendContext |
SendContext.newInstance(SendContext arg) |
Modifier and Type | Method and Description |
---|---|
EventBus |
EventBus.addInterceptor(Handler<SendContext> interceptor)
Add an interceptor that will be called whenever a message is sent from Vert.x
|
EventBus |
EventBus.removeInterceptor(Handler<SendContext> interceptor)
Remove an interceptor
|
Copyright © 2016. All rights reserved.