@Deprecated public abstract class AbstractAdapterProxy extends Object implements AdapterProxy
| Constructor and Description |
|---|
AbstractAdapterProxy()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected AdapterResponse |
getErrorResponse(Throwable error)
Deprecated.
Method generates error
AdapterResponse in case of processing failure. |
void |
process(AdapterRequest request,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AdapterResponse>> result)
Deprecated.
|
protected abstract io.reactivex.Single<AdapterResponse> |
processRequest(AdapterRequest message)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateProxy, createProxyWithOptionsprotected abstract io.reactivex.Single<AdapterResponse> processRequest(AdapterRequest message)
public void process(AdapterRequest request, io.vertx.core.Handler<io.vertx.core.AsyncResult<AdapterResponse>> result)
process in interface AdapterProxyprotected AdapterResponse getErrorResponse(Throwable error)
AdapterResponse in case of processing failure.error - - error that occurred.Copyright © 2016–2020. All rights reserved.