Package | Description |
---|---|
io.vertx.core.eventbus | |
io.vertx.rxjava.core.eventbus |
Modifier and Type | Method and Description |
---|---|
void |
FilteringInterceptor.handle(SendContext sendContext) |
protected void |
BridgeInterceptor.handleContext(SendContext sendContext) |
protected abstract void |
FilteringInterceptor.handleContext(SendContext sendContext) |
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 |
---|---|
static <T> SendContext |
SendContext.newInstance(SendContext arg) |
Constructor and Description |
---|
SendContext(SendContext delegate) |
Copyright © 2016. All rights reserved.