alphavantage
Toggle table of contents
1.8.0
java
Target filter
java
Switch theme
Search in API
Skip to content
alphavantage
alphavantage
/
com.crazzyghost.alphavantage
/
Fetcher
/
FailureCallback
Failure
Callback
public
interface
FailureCallback
Callback invoked when the fetch operation fails.
Members
Functions
on
Failure
Link copied to clipboard
public
abstract
void
onFailure
(
AlphaVantageException
ex
)
Called with the cause when the fetch operation fails.