public abstract class ReqCaller<I,O> extends Object implements Callable<ReqCaller<I,O>>
ReqCaller()
ReqCaller<I,O>
call()
abstract Response<O>
execute()
Exception
getException()
Response<O>
getResponse()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReqCaller()
public abstract Response<O> execute() throws Exception
public ReqCaller<I,O> call()
call
Callable<ReqCaller<I,O>>
public Response<O> getResponse()
public Exception getException()
Copyright © 2021. All rights reserved.