public interface ConnectorResponse
| Modifier and Type | Method and Description |
|---|---|
<V> V |
getResponseParameter(String name)
Returns the value of a response parameter or 'null' if no such
parameter is set.
|
Map<String,Object> |
getResponseParameters()
Retrieves the map of output parameters from the response.
|
Map<String,Object> getResponseParameters()
<V> V getResponseParameter(String name)
name - the name of the response parameterCopyright © 2014–2021 Camunda Services GmbH. All rights reserved.