Interface | Description |
---|---|
FetcherResult |
A Generic type that marks fetcher method return results (start, preFetch, fetch, postFetch, stop)
|
Class | Description |
---|---|
FetchResult |
A value returned by
Fetcher.fetch(FetcherContext.FetchContext) |
PostFetchResult |
A value returned by
Fetcher.postFetch(FetcherContext.PostFetchContext) |
PreFetchResult |
A value returned by
Fetcher.preFetch(FetcherContext.PreFetchContext) |
StartResult |
A value returned by
Fetcher.start(FetcherContext.StartContext) |
StopResult |
A value returned by
Fetcher.stop(FetcherContext.StopContext) |