| Package | Description |
|---|---|
| io.knotx.adapter | |
| io.knotx.dataobjects | |
| io.knotx.proxy | |
| io.knotx.reactivex.proxy |
| Modifier and Type | Method and Description |
|---|---|
protected AdapterResponse |
AbstractAdapterProxy.getErrorResponse(Throwable error)
Deprecated.
Method generates error
AdapterResponse in case of processing failure. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract io.reactivex.Single<AdapterResponse> |
AbstractAdapterProxy.processRequest(AdapterRequest message)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAdapterProxy.process(AdapterRequest request,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AdapterResponse>> result)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AdapterResponse |
AdapterResponse.setResponse(ClientResponse response)
Deprecated.
|
AdapterResponse |
AdapterResponse.setSignal(String signal)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AdapterResponseConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
AdapterResponse obj) |
static void |
AdapterResponseConverter.toJson(AdapterResponse obj,
io.vertx.core.json.JsonObject json) |
static void |
AdapterResponseConverter.toJson(AdapterResponse obj,
Map<String,Object> json) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdapterProxyVertxEBProxy.process(AdapterRequest request,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AdapterResponse>> result) |
void |
AdapterProxy.process(AdapterRequest request,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AdapterResponse>> result)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<AdapterResponse> |
AdapterProxy.rxProcess(AdapterRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdapterProxy.process(AdapterRequest request,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AdapterResponse>> result) |
Copyright © 2016–2020. All rights reserved.