Interface PostRequest<T>
- Type Parameters:
T- Defines the return type of the request.
- All Superinterfaces:
Request<T>
- All Known Implementing Classes:
PostConnector,PostConnectorRestart,PostConnectorTaskRestart
public interface PostRequest<T> extends Request<T>
Defines interface for POST requests.
-
Method Summary
Modifier and Type Method Description default RequestMethodgetRequestMethod()Request Method, IE POST, GET, etc..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.
-