Package | Description |
---|---|
io.vertx.rxjava.core.eventbus |
Modifier and Type | Field and Description |
---|---|
static TypeArg<SendContext> |
SendContext.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static <T> SendContext |
SendContext.newInstance(SendContext arg) |
static <T> SendContext |
SendContext.newInstance(SendContext arg,
TypeArg<T> __typeArg_T) |
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 © 2017. All rights reserved.