org.camunda.bpm.connect
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. A generic connector consumer (such as the camunda process engine) should check whether

Author:
Daniel Meyer

Method Summary
 void close()
           
 
Methods inherited from interface org.camunda.bpm.connect.ConnectorResponse
getResponseParameter, getResponseParameters
 

Method Detail

close

void close()


Copyright © 2014 camunda services GmbH. All Rights Reserved.