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