Class JobHandlerContext
java.lang.Object
io.camunda.connector.impl.context.AbstractConnectorContext
io.camunda.connector.runtime.util.outbound.JobHandlerContext
- All Implemented Interfaces:
OutboundConnectorContext
Implementation of
OutboundConnectorContext passed on to
a OutboundConnectorFunction when called from the ConnectorJobHandler.-
Field Summary
Fields inherited from class io.camunda.connector.impl.context.AbstractConnectorContext
secretHandler, secretProvider -
Constructor Summary
ConstructorsConstructorDescriptionJobHandlerContext(io.camunda.zeebe.client.api.response.ActivatedJob job, SecretProvider secretProvider) -
Method Summary
Methods inherited from class io.camunda.connector.impl.context.AbstractConnectorContext
getSecretHandler, getValidationProvider, replaceSecrets, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.connector.api.outbound.OutboundConnectorContext
replaceSecrets, validate
-
Constructor Details
-
JobHandlerContext
public JobHandlerContext(io.camunda.zeebe.client.api.response.ActivatedJob job, SecretProvider secretProvider)
-
-
Method Details
-
getVariablesAsType
- Specified by:
getVariablesAsTypein interfaceOutboundConnectorContext
-
getVariables
- Specified by:
getVariablesin interfaceOutboundConnectorContext
-
equals
-
hashCode
public int hashCode()
-