| Interface | Description |
|---|---|
| Callback | |
| Fetcher |
This interface represents only the most basic of fetching a request.
|
| Class | Description |
|---|---|
| AsyncFetcher |
This class holds the implementation to provide how items are fetched, to fetch the item,
to validate the item and to store it if specified.
|
| AsyncFetcher.Builder |
A builder for async fetcher class.
|
| AsyncResponseConsumer |
On top of the abstract class, this class handles the parsing of a response
from the web service.
|
| Exception | Description |
|---|---|
| StopCodeException | |
| ValidationException |
Copyright © 2019. All rights reserved.