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