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
 void close()
           
 
Methods inherited from interface org.camunda.connect.spi.ConnectorResponse
getResponseParameter, getResponseParameters
 

Method Detail

close

void close()


Copyright © 2015 camunda services GmbH. All rights reserved.