Toggle navigation
Home
java.lang.String to org.redisson.remote.RequestId
No. of Instances - 16
No. of Commits - 1
No. of Projects - {'redisson'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
requestId
to
requestId.toString()
tryPollAckAgainAsync(optionsCopy,ackName,request.getId())
to
tryPollAckAgainAsync(optionsCopy,ackName,requestId)
awaitResultAsync(optionsCopy,result,request,ackName,responseFuture)
to
awaitResultAsync(optionsCopy,result,ackName,responseFuture)
awaitResultAsync(optionsCopy,result,request,responseFuture)
to
awaitResultAsync(optionsCopy,result,responseFuture)
requestId
to
requestId.toString()
Update Class Instacne Creation
new RemoteServiceAckTimeoutException("No ACK response after " + optionsCopy.getAckTimeoutInMillis() + "ms for request: "+ request)
to
new RemoteServiceAckTimeoutException("No ACK response after " + optionsCopy.getAckTimeoutInMillis() + "ms for request: "+ requestId)