Package org.camunda.connect.spi
Interface CloseableConnectorResponse
-
- All Superinterfaces:
ConnectorResponse
- All Known Implementing Classes:
AbstractCloseableConnectorResponse
public interface CloseableConnectorResponse extends ConnectorResponse
A connector response which represents an open resource (link to open resource) which must be closed. Consumers of this API are responsible to close the request.
- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()-
Methods inherited from interface org.camunda.connect.spi.ConnectorResponse
getResponseParameter, getResponseParameters
-
-