| Interface | Description |
|---|---|
| ResourceFactory |
Instantiates a resource using the provided config.
|
| Class | Description |
|---|---|
| BaseResourceConfig |
This class contains the common configurations that are
shared between different samza-rest resources.
|
| DefaultResourceFactory |
Instantiates all the resources that are shipped with the REST service.
|
| JobsResource |
The REST resource for jobs.
|
| JobsResourceConfig |
Configurations for the
JobsResource endpoint. |
| ResourceConstants | |
| Responses |
This is a helper class that holds the methods that are reusable
across the different samza-rest resource endpoints.
|
| TasksResource |
The REST resource for tasks.
|