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