@Deprecated public interface AdapterProxy
| Modifier and Type | Method and Description |
|---|---|
static AdapterProxy |
createProxy(io.vertx.core.Vertx vertx,
String address)
Deprecated.
|
static AdapterProxy |
createProxyWithOptions(io.vertx.core.Vertx vertx,
String address,
io.vertx.core.eventbus.DeliveryOptions deliveryOptions)
Deprecated.
|
void |
process(AdapterRequest request,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AdapterResponse>> result)
Deprecated.
|
static AdapterProxy createProxy(io.vertx.core.Vertx vertx, String address)
static AdapterProxy createProxyWithOptions(io.vertx.core.Vertx vertx, String address, io.vertx.core.eventbus.DeliveryOptions deliveryOptions)
void process(AdapterRequest request, io.vertx.core.Handler<io.vertx.core.AsyncResult<AdapterResponse>> result)
Copyright © 2016–2020. All rights reserved.