Class ConnectorResult
java.lang.Object
io.camunda.connector.runtime.util.outbound.ConnectorResult
Result container for the
ConnectorJobHandler-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetException(Exception exception) voidsetResponseValue(Object responseValue) voidsetVariables(Map<String, Object> variables)
-
Constructor Details
-
ConnectorResult
public ConnectorResult()
-
-
Method Details
-
isSuccess
public boolean isSuccess() -
getResponseValue
-
setResponseValue
-
getException
-
setException
-
getVariables
-
setVariables
-