Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ reusableFuture
Method
reusableFuture
java/lib/src/main/java/io/github/ccxt/ws/WsClient.java:186–188 ·
view source on GitHub ↗
(String messageHash)
Source
from the content-addressed store, hash-verified
184
}
185
186
public
Future reusableFuture(String messageHash) {
187
return
this.future(messageHash);
188
}
189
190
/**
191
* Resolve a specific future by messageHash.
Callers
nothing calls this directly
Calls
1
future
Method · 0.95
Tested by
no test coverage detected