public class AdapterProxy extends Object
| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<AdapterProxy> |
__TYPE_ARG |
| Constructor and Description |
|---|
AdapterProxy(AdapterProxy delegate) |
AdapterProxy(Object delegate) |
| Modifier and Type | Method and Description |
|---|---|
static AdapterProxy |
createProxy(io.vertx.reactivex.core.Vertx vertx,
String address) |
static AdapterProxy |
createProxyWithOptions(io.vertx.reactivex.core.Vertx vertx,
String address,
io.vertx.core.eventbus.DeliveryOptions deliveryOptions) |
boolean |
equals(Object o) |
AdapterProxy |
getDelegate() |
int |
hashCode() |
static AdapterProxy |
newInstance(AdapterProxy arg) |
void |
process(AdapterRequest request,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AdapterResponse>> result) |
io.reactivex.Single<AdapterResponse> |
rxProcess(AdapterRequest request) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<AdapterProxy> __TYPE_ARG
public AdapterProxy(AdapterProxy delegate)
public AdapterProxy(Object delegate)
public AdapterProxy getDelegate()
public static AdapterProxy createProxy(io.vertx.reactivex.core.Vertx vertx, String address)
public static AdapterProxy createProxyWithOptions(io.vertx.reactivex.core.Vertx vertx, String address, io.vertx.core.eventbus.DeliveryOptions deliveryOptions)
public void process(AdapterRequest request, io.vertx.core.Handler<io.vertx.core.AsyncResult<AdapterResponse>> result)
public io.reactivex.Single<AdapterResponse> rxProcess(AdapterRequest request)
public static AdapterProxy newInstance(AdapterProxy arg)
Copyright © 2016–2020. All rights reserved.