public class EventBusBridgeImpl extends Object implements Handler<SockJSSocket>
| Constructor and Description |
|---|
EventBusBridgeImpl(Vertx vertx,
BridgeOptions options,
Handler<BridgeEvent> bridgeEventHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(SockJSSocket sock)
Something has happened, so handle it.
|
public EventBusBridgeImpl(Vertx vertx, BridgeOptions options, Handler<BridgeEvent> bridgeEventHandler)
public void handle(SockJSSocket sock)
Handlerhandle in interface Handler<SockJSSocket>sock - the event to handleCopyright © 2020. All rights reserved.