Package | Description |
---|---|
io.vertx.core.eventbus |
== The Event Bus
:toc: left
The
event bus is the *nervous system* of Vert.x. |
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
|
Copyright © 2018. All rights reserved.