| Package | Description |
|---|---|
| io.vertx.serviceproxy |
| Modifier and Type | Method and Description |
|---|---|
MessageConsumer<JsonObject> |
ProxyHandler.register(EventBus eventBus,
String address,
List<InterceptorHolder> interceptors)
Register the proxy handle on the event bus.
|
MessageConsumer<JsonObject> |
ProxyHandler.registerLocal(EventBus eventBus,
String address,
List<InterceptorHolder> interceptorHolders)
Register the local proxy handle on the event bus.
|
Copyright © 2022 Eclipse. All rights reserved.