Class InboundConnectorContextImpl
java.lang.Object
io.camunda.connector.impl.context.AbstractConnectorContext
io.camunda.connector.runtime.util.inbound.InboundConnectorContextImpl
- All Implemented Interfaces:
InboundConnectorContext
public class InboundConnectorContextImpl
extends AbstractConnectorContext
implements InboundConnectorContext
-
Field Summary
Fields inherited from class io.camunda.connector.impl.context.AbstractConnectorContext
secretHandler, secretProvider -
Constructor Summary
ConstructorsConstructorDescriptionInboundConnectorContextImpl(SecretProvider secretProvider, InboundConnectorProperties properties, InboundCorrelationHandler correlationHandler, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Consumer<Throwable> cancellationCallback) InboundConnectorContextImpl(SecretProvider secretProvider, InboundConnectorProperties properties, InboundCorrelationHandler correlationHandler, Consumer<Throwable> cancellationCallback) -
Method Summary
Modifier and TypeMethodDescriptionvoidboolean<T> TgetPropertiesAsType(Class<T> cls) inthashCode()toString()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, wait, wait, waitMethods inherited from interface io.camunda.connector.api.inbound.InboundConnectorContext
replaceSecrets, validate
-
Constructor Details
-
InboundConnectorContextImpl
public InboundConnectorContextImpl(SecretProvider secretProvider, InboundConnectorProperties properties, InboundCorrelationHandler correlationHandler, Consumer<Throwable> cancellationCallback) -
InboundConnectorContextImpl
public InboundConnectorContextImpl(SecretProvider secretProvider, InboundConnectorProperties properties, InboundCorrelationHandler correlationHandler, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Consumer<Throwable> cancellationCallback)
-
-
Method Details
-
correlate
- Specified by:
correlatein interfaceInboundConnectorContext
-
cancel
- Specified by:
cancelin interfaceInboundConnectorContext
-
getProperties
- Specified by:
getPropertiesin interfaceInboundConnectorContext
-
getPropertiesAsType
- Specified by:
getPropertiesAsTypein interfaceInboundConnectorContext
-
equals
-
hashCode
public int hashCode() -
toString
-