Interface PostRequest<T>
- Type Parameters:
T- Defines the return type of the request.
- All Superinterfaces:
Request<T>
- All Known Implementing Classes:
PostConnector,PostConnectorRestart,PostConnectorTaskRestart
Defines interface for POST requests.
-
Method Summary
Methods inherited from interface org.sourcelab.kafka.connect.apiclient.request.Request
getApiEndpoint, getRequestBody, parseResponse
-
Method Details
-
getRequestMethod
Description copied from interface:RequestRequest Method, IE POST, GET, etc..- Specified by:
getRequestMethodin interfaceRequest<T>- Returns:
- The type of HTTP Request.
-