public class ResponseTracking extends Object
Constructor and Description |
---|
ResponseTracking(JsonRpcRequest request,
JsonRpcCall call,
RetryContext context,
long timeout,
ReactorClient client) |
Modifier and Type | Method and Description |
---|---|
JsonRpcCall |
getCall() |
ReactorClient |
getClient() |
RetryContext |
getContext() |
JsonRpcRequest |
getRequest() |
long |
getTimeout() |
void |
setTimeout(long timeout) |
public ResponseTracking(JsonRpcRequest request, JsonRpcCall call, RetryContext context, long timeout, ReactorClient client)
public JsonRpcRequest getRequest()
public long getTimeout()
public void setTimeout(long timeout)
public JsonRpcCall getCall()
public RetryContext getContext()
public ReactorClient getClient()
Copyright © 2016. All rights reserved.