| Interface | Description |
|---|---|
| RequestHandler |
Responsible for handling of requests and returning a result.
|
| Class | Description |
|---|---|
| BaseManagementHandler |
Base handler for operations that persist state to the back-end.
|
| CreateHandler |
Responsible for create requests.
|
| DeleteHandler |
Responsible for delete requests.
|
| QueryCreateHandler |
Handler for creates that are applied to the results of a query.
|
| ReadHandler |
Responsible for read requests.
|
| UpdateHandler |
Responsible for update requests.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.