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