Index

A B C D E F G H I L M O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

ACTION_ACTIVATED - Static variable in class io.camunda.connector.runtime.metrics.ConnectorMetrics.Inbound
 
ACTION_ACTIVATED - Static variable in class io.camunda.connector.runtime.metrics.ConnectorMetrics.Outbound
 
ACTION_ACTIVATION_CONDITION_FAILED - Static variable in class io.camunda.connector.runtime.metrics.ConnectorMetrics.Inbound
 
ACTION_ACTIVATION_FAILED - Static variable in class io.camunda.connector.runtime.metrics.ConnectorMetrics.Inbound
 
ACTION_BPMN_ERROR - Static variable in class io.camunda.connector.runtime.metrics.ConnectorMetrics.Outbound
 
ACTION_COMPLETED - Static variable in class io.camunda.connector.runtime.metrics.ConnectorMetrics.Outbound
 
ACTION_CORRELATED - Static variable in class io.camunda.connector.runtime.metrics.ConnectorMetrics.Inbound
 
ACTION_CORRELATION_FAILED - Static variable in class io.camunda.connector.runtime.metrics.ConnectorMetrics.Inbound
 
ACTION_DEACTIVATED - Static variable in class io.camunda.connector.runtime.metrics.ConnectorMetrics.Inbound
 
ACTION_FAILED - Static variable in class io.camunda.connector.runtime.metrics.ConnectorMetrics.Outbound
 
ACTION_TRIGGERED - Static variable in class io.camunda.connector.runtime.metrics.ConnectorMetrics.Inbound
 
activateBatch(Map<UUID, InboundConnectorDetails>, BiConsumer<Throwable, UUID>) - Method in class io.camunda.connector.runtime.inbound.executable.BatchExecutableProcessor
Activates a batch of inbound connectors.
Activated(InboundConnectorExecutable<?>, InboundConnectorReportingContext) - Constructor for record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.Activated
Creates an instance of a Activated record class.
Activated(String, long, List<InboundConnectorElement>) - Constructor for record class io.camunda.connector.runtime.inbound.executable.InboundExecutableEvent.Activated
Creates an instance of a Activated record class.
ActiveExecutableQuery - Record Class in io.camunda.connector.runtime.inbound.executable
 
ActiveExecutableQuery(String, String, String, String) - Constructor for record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableQuery
Creates an instance of a ActiveExecutableQuery record class.
ActiveExecutableResponse - Record Class in io.camunda.connector.runtime.inbound.executable
 
ActiveExecutableResponse(UUID, Class<? extends InboundConnectorExecutable>, List<InboundConnectorElement>, Health, Collection<Activity>) - Constructor for record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableResponse
Creates an instance of a ActiveExecutableResponse record class.
ActiveInboundConnectorResponse - Record Class in io.camunda.connector.runtime.inbound.controller
 
ActiveInboundConnectorResponse(UUID, String, String, List<ProcessElement>, Map<String, Object>, Health) - Constructor for record class io.camunda.connector.runtime.inbound.controller.ActiveInboundConnectorResponse
Creates an instance of a ActiveInboundConnectorResponse record class.
annotationProcessor(OutboundConnectorManager, OutboundConnectorFactory) - Method in class io.camunda.connector.runtime.outbound.OutboundConnectorRuntimeConfiguration
 

B

batchExecutableProcessor(InboundConnectorFactory, InboundConnectorContextFactory, MetricsRecorder, WebhookConnectorRegistry) - Method in class io.camunda.connector.runtime.inbound.InboundConnectorRuntimeConfiguration
 
BatchExecutableProcessor - Class in io.camunda.connector.runtime.inbound.executable
 
BatchExecutableProcessor(InboundConnectorFactory, InboundConnectorContextFactory, MetricsRecorder, WebhookConnectorRegistry) - Constructor for class io.camunda.connector.runtime.inbound.executable.BatchExecutableProcessor
 
bindTo(MeterRegistry) - Method in class io.camunda.connector.runtime.metrics.ContextAwareLogbackMetrics
 
bpmnProcessId() - Method in record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableQuery
Returns the value of the bpmnProcessId record component.
bpmnProcessId() - Method in record class io.camunda.connector.runtime.inbound.state.ProcessImportResult.ProcessDefinitionIdentifier
Returns the value of the bpmnProcessId record component.
buildErrorResponse(Exception) - Method in class io.camunda.connector.runtime.inbound.webhook.InboundWebhookRestController
 

C

close() - Method in class io.camunda.connector.runtime.metrics.ContextAwareLogbackMetrics
 
code() - Method in record class io.camunda.connector.runtime.inbound.webhook.ErrorResponse
Returns the value of the code record component.
CommonContext(String) - Constructor for record class io.camunda.connector.runtime.inbound.webhook.model.CommonWebhookProperties.CommonContext
Creates an instance of a CommonContext record class.
CommonWebhookProperties - Record Class in io.camunda.connector.runtime.inbound.webhook.model
 
CommonWebhookProperties(CommonWebhookProperties.CommonContext) - Constructor for record class io.camunda.connector.runtime.inbound.webhook.model.CommonWebhookProperties
Creates an instance of a CommonWebhookProperties record class.
CommonWebhookProperties.CommonContext - Record Class in io.camunda.connector.runtime.inbound.webhook.model
 
compare(OutboundConnectorConfiguration, OutboundConnectorConfiguration) - Method in class io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorConfigurationComparator
 
completeJob(JobClient, ActivatedJob, ConnectorResult.SuccessResult) - Method in class io.camunda.connector.runtime.outbound.jobhandling.SpringConnectorJobHandler
 
configureFor(ClassInfo) - Method in class io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor
 
ConnectorMetrics - Class in io.camunda.connector.runtime.metrics
 
ConnectorMetrics() - Constructor for class io.camunda.connector.runtime.metrics.ConnectorMetrics
 
ConnectorMetrics.Inbound - Class in io.camunda.connector.runtime.metrics
 
ConnectorMetrics.Outbound - Class in io.camunda.connector.runtime.metrics
 
ConnectorNotRegistered(InboundConnectorDetails.ValidInboundConnectorDetails) - Constructor for record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.ConnectorNotRegistered
Creates an instance of a ConnectorNotRegistered record class.
ConsoleSecretApiClient - Class in io.camunda.connector.runtime.secret
 
ConsoleSecretApiClient(String, Authentication) - Constructor for class io.camunda.connector.runtime.secret.ConsoleSecretApiClient
 
ConsoleSecretApiClient(String, JwtCredential) - Constructor for class io.camunda.connector.runtime.secret.ConsoleSecretApiClient
 
ConsoleSecretProvider - Class in io.camunda.connector.runtime.secret
Secret provider that fetches secrets from the Console Cluster API provided by the Camunda SaaS Platform.
ConsoleSecretProvider(ConsoleSecretApiClient, Duration) - Constructor for class io.camunda.connector.runtime.secret.ConsoleSecretProvider
 
context() - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.Activated
Returns the value of the context record component.
context() - Method in record class io.camunda.connector.runtime.inbound.webhook.model.CommonWebhookProperties.CommonContext
Returns the value of the context record component.
ContextAwareLogbackMetrics - Class in io.camunda.connector.runtime.metrics
Copy of LogbackMetrics with the addition of logger name as a tag.
ContextAwareLogbackMetrics() - Constructor for class io.camunda.connector.runtime.metrics.ContextAwareLogbackMetrics
 
ContextAwareLogbackMetrics(Iterable<Tag>) - Constructor for class io.camunda.connector.runtime.metrics.ContextAwareLogbackMetrics
 
ContextAwareLogbackMetrics(Iterable<Tag>, LoggerContext) - Constructor for class io.camunda.connector.runtime.metrics.ContextAwareLogbackMetrics
 
correlate(List<InboundConnectorElement>, Object) - Method in class io.camunda.connector.runtime.inbound.MeteredInboundCorrelationHandler
 

D

data() - Method in record class io.camunda.connector.runtime.inbound.controller.ActiveInboundConnectorResponse
Returns the value of the data record component.
data() - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.ConnectorNotRegistered
Returns the value of the data record component.
data() - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.FailedToActivate
Returns the value of the data record component.
data() - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.InvalidDefinition
Returns the value of the data record component.
deactivateBatch(List<RegisteredExecutable>) - Method in class io.camunda.connector.runtime.inbound.executable.BatchExecutableProcessor
Deactivates a batch of inbound connectors.
Deactivated(String, long) - Constructor for record class io.camunda.connector.runtime.inbound.executable.InboundExecutableEvent.Deactivated
Creates an instance of a Deactivated record class.
deregister(RegisteredExecutable.Activated) - Method in class io.camunda.connector.runtime.inbound.webhook.WebhookConnectorRegistry
 

E

elementId() - Method in record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableQuery
Returns the value of the elementId record component.
elements() - Method in record class io.camunda.connector.runtime.inbound.controller.ActiveInboundConnectorResponse
Returns the value of the elements record component.
elements() - Method in record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableResponse
Returns the value of the elements record component.
elements() - Method in record class io.camunda.connector.runtime.inbound.executable.InboundExecutableEvent.Activated
Returns the value of the elements record component.
EnvironmentSecretProvider - Class in io.camunda.connector.runtime.secret
 
EnvironmentSecretProvider(Environment, String) - Constructor for class io.camunda.connector.runtime.secret.EnvironmentSecretProvider
 
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.controller.ActiveInboundConnectorResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableQuery
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.executable.InboundExecutableEvent.Activated
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.executable.InboundExecutableEvent.Deactivated
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.Activated
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.ConnectorNotRegistered
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.FailedToActivate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.InvalidDefinition
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.state.ProcessImportResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.state.ProcessImportResult.ProcessDefinitionIdentifier
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.state.ProcessImportResult.ProcessDefinitionVersion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.webhook.ErrorResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.webhook.FeelExpressionErrorResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.webhook.GenericErrorResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.webhook.model.CommonWebhookProperties.CommonContext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.connector.runtime.inbound.webhook.model.CommonWebhookProperties
Indicates whether some other object is "equal to" this one.
ErrorResponse - Record Class in io.camunda.connector.runtime.inbound.webhook
 
ErrorResponse(String, String) - Constructor for record class io.camunda.connector.runtime.inbound.webhook.ErrorResponse
Creates an instance of a ErrorResponse record class.
escapeValue(Object) - Static method in class io.camunda.connector.runtime.inbound.webhook.InboundWebhookRestController
 
executable() - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.Activated
Returns the value of the executable record component.
executableClass() - Method in record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableResponse
Returns the value of the executableClass record component.
executableId() - Method in record class io.camunda.connector.runtime.inbound.controller.ActiveInboundConnectorResponse
Returns the value of the executableId record component.
executableId() - Method in record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableResponse
Returns the value of the executableId record component.
expression() - Method in record class io.camunda.connector.runtime.inbound.webhook.FeelExpressionErrorResponse
Returns the value of the expression record component.

F

FailedToActivate(InboundConnectorDetails, String) - Constructor for record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.FailedToActivate
Creates an instance of a FailedToActivate record class.
failJob(JobClient, ActivatedJob, ConnectorResult.ErrorResult) - Method in class io.camunda.connector.runtime.outbound.jobhandling.SpringConnectorJobHandler
 
FeelExpressionErrorResponse - Record Class in io.camunda.connector.runtime.inbound.webhook
 
FeelExpressionErrorResponse(String, String) - Constructor for record class io.camunda.connector.runtime.inbound.webhook.FeelExpressionErrorResponse
Creates an instance of a FeelExpressionErrorResponse record class.
fetchActiveProcessInstanceKeyByDefinitionKeyAndElementId(Long, String) - Method in class io.camunda.connector.runtime.inbound.operate.OperateClientAdapterImpl
Fetches a list of 'ACTIVE' flow node instances associated with a given process definition key and element ID.
fetchVariablesByProcessInstanceKey(Long) - Method in class io.camunda.connector.runtime.inbound.operate.OperateClientAdapterImpl
Fetches the variables associated with a given active process instance identified by its key.
findInboundConnectors(ProcessImportResult.ProcessDefinitionIdentifier, ProcessImportResult.ProcessDefinitionVersion) - Method in class io.camunda.connector.runtime.inbound.state.ProcessDefinitionInspector
 

G

GenericErrorResponse - Record Class in io.camunda.connector.runtime.inbound.webhook
 
GenericErrorResponse(String) - Constructor for record class io.camunda.connector.runtime.inbound.webhook.GenericErrorResponse
Creates an instance of a GenericErrorResponse record class.
getActiveInboundConnectorLogs(String, String, String) - Method in class io.camunda.connector.runtime.inbound.controller.InboundConnectorRestController
 
getActiveInboundConnectors(String, String, String) - Method in class io.camunda.connector.runtime.inbound.controller.InboundConnectorRestController
 
getActiveInboundConnectorsForTenantId(String, String, String, String) - Method in class io.camunda.connector.runtime.inbound.controller.InboundConnectorRestController
 
getContext() - Method in record class io.camunda.connector.runtime.inbound.webhook.model.CommonWebhookProperties
 
getSecret(String) - Method in class io.camunda.connector.runtime.secret.ConsoleSecretProvider
 
getSecret(String) - Method in class io.camunda.connector.runtime.secret.EnvironmentSecretProvider
 
getSecrets() - Method in class io.camunda.connector.runtime.secret.ConsoleSecretApiClient
 
getWebhookConnectorByContextPath(String) - Method in class io.camunda.connector.runtime.inbound.webhook.WebhookConnectorRegistry
 

H

handle(JobClient, ActivatedJob) - Method in class io.camunda.connector.runtime.outbound.jobhandling.SpringConnectorJobHandler
 
handleImportedDefinitions(List<ProcessDefinition>) - Method in class io.camunda.connector.runtime.inbound.importer.ProcessDefinitionImporter
 
hashCode() - Method in record class io.camunda.connector.runtime.inbound.controller.ActiveInboundConnectorResponse
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableQuery
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableResponse
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.runtime.inbound.executable.InboundExecutableEvent.Activated
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.runtime.inbound.executable.InboundExecutableEvent.Deactivated
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.Activated
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.ConnectorNotRegistered
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.FailedToActivate
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.InvalidDefinition
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.runtime.inbound.state.ProcessImportResult
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.runtime.inbound.state.ProcessImportResult.ProcessDefinitionIdentifier
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.runtime.inbound.state.ProcessImportResult.ProcessDefinitionVersion
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.runtime.inbound.webhook.ErrorResponse
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.runtime.inbound.webhook.FeelExpressionErrorResponse
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.runtime.inbound.webhook.GenericErrorResponse
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.runtime.inbound.webhook.model.CommonWebhookProperties.CommonContext
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.connector.runtime.inbound.webhook.model.CommonWebhookProperties
Returns a hash code value for this object.
headers() - Method in class io.camunda.connector.runtime.inbound.webhook.model.HttpServletRequestWebhookProcessingPayload
 
health() - Method in record class io.camunda.connector.runtime.inbound.controller.ActiveInboundConnectorResponse
Returns the value of the health record component.
health() - Method in record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableResponse
Returns the value of the health record component.
HttpServletRequestWebhookProcessingPayload - Class in io.camunda.connector.runtime.inbound.webhook.model
 
HttpServletRequestWebhookProcessingPayload(HttpServletRequest, Map<String, String>, Map<String, String>, byte[]) - Constructor for class io.camunda.connector.runtime.inbound.webhook.model.HttpServletRequestWebhookProcessingPayload
 

I

ignoreMetrics(Runnable) - Static method in class io.camunda.connector.runtime.metrics.ContextAwareLogbackMetrics
 
inbound() - Method in record class io.camunda.connector.runtime.inbound.webhook.model.CommonWebhookProperties
Returns the value of the inbound record component.
inbound(String, Map<String, String>, byte[], Map<String, String>, HttpServletRequest) - Method in class io.camunda.connector.runtime.inbound.webhook.InboundWebhookRestController
 
Inbound() - Constructor for class io.camunda.connector.runtime.metrics.ConnectorMetrics.Inbound
 
inboundConnectorBeanDefinitionProcessor() - Static method in class io.camunda.connector.runtime.inbound.InboundConnectorRuntimeConfiguration
 
InboundConnectorBeanDefinitionProcessor - Class in io.camunda.connector.runtime.inbound
 
InboundConnectorBeanDefinitionProcessor() - Constructor for class io.camunda.connector.runtime.inbound.InboundConnectorBeanDefinitionProcessor
 
InboundConnectorRestController - Class in io.camunda.connector.runtime.inbound.controller
 
InboundConnectorRestController(InboundExecutableRegistry) - Constructor for class io.camunda.connector.runtime.inbound.controller.InboundConnectorRestController
 
InboundConnectorRuntimeConfiguration - Class in io.camunda.connector.runtime.inbound
 
InboundConnectorRuntimeConfiguration() - Constructor for class io.camunda.connector.runtime.inbound.InboundConnectorRuntimeConfiguration
 
inboundCorrelationHandler(ZeebeClient, FeelEngineWrapper, MetricsRecorder, ProcessElementContextFactory) - Method in class io.camunda.connector.runtime.inbound.InboundConnectorRuntimeConfiguration
 
InboundExecutableEvent - Interface in io.camunda.connector.runtime.inbound.executable
 
InboundExecutableEvent.Activated - Record Class in io.camunda.connector.runtime.inbound.executable
 
InboundExecutableEvent.Deactivated - Record Class in io.camunda.connector.runtime.inbound.executable
 
inboundExecutableRegistry(InboundConnectorFactory, BatchExecutableProcessor) - Method in class io.camunda.connector.runtime.inbound.InboundConnectorRuntimeConfiguration
 
InboundExecutableRegistry - Interface in io.camunda.connector.runtime.inbound.executable
 
InboundExecutableRegistryImpl - Class in io.camunda.connector.runtime.inbound.executable
 
InboundExecutableRegistryImpl(InboundConnectorFactory, BatchExecutableProcessor) - Constructor for class io.camunda.connector.runtime.inbound.executable.InboundExecutableRegistryImpl
 
InboundWebhookRestController - Class in io.camunda.connector.runtime.inbound.webhook
 
InboundWebhookRestController(WebhookConnectorRegistry) - Constructor for class io.camunda.connector.runtime.inbound.webhook.InboundWebhookRestController
 
init() - Method in class io.camunda.connector.runtime.secret.EnvironmentSecretProvider
 
InvalidDefinition(InboundConnectorDetails.InvalidInboundConnectorDetails, String) - Constructor for record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.InvalidDefinition
Creates an instance of a InvalidDefinition record class.
io.camunda.connector.runtime.inbound - package io.camunda.connector.runtime.inbound
 
io.camunda.connector.runtime.inbound.controller - package io.camunda.connector.runtime.inbound.controller
 
io.camunda.connector.runtime.inbound.executable - package io.camunda.connector.runtime.inbound.executable
 
io.camunda.connector.runtime.inbound.importer - package io.camunda.connector.runtime.inbound.importer
 
io.camunda.connector.runtime.inbound.operate - package io.camunda.connector.runtime.inbound.operate
 
io.camunda.connector.runtime.inbound.state - package io.camunda.connector.runtime.inbound.state
 
io.camunda.connector.runtime.inbound.webhook - package io.camunda.connector.runtime.inbound.webhook
 
io.camunda.connector.runtime.inbound.webhook.model - package io.camunda.connector.runtime.inbound.webhook.model
 
io.camunda.connector.runtime.metrics - package io.camunda.connector.runtime.metrics
 
io.camunda.connector.runtime.outbound - package io.camunda.connector.runtime.outbound
 
io.camunda.connector.runtime.outbound.jobhandling - package io.camunda.connector.runtime.outbound.jobhandling
 
io.camunda.connector.runtime.outbound.lifecycle - package io.camunda.connector.runtime.outbound.lifecycle
 
io.camunda.connector.runtime.secret - package io.camunda.connector.runtime.secret
 
isActivationConditionMet(InboundConnectorElement, Object) - Method in class io.camunda.connector.runtime.inbound.MeteredInboundCorrelationHandler
 
isApplicableFor(ClassInfo) - Method in class io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor
 
isReady() - Method in class io.camunda.connector.runtime.inbound.importer.ProcessDefinitionImporter
 
isRegistered(RegisteredExecutable.Activated) - Method in class io.camunda.connector.runtime.inbound.webhook.WebhookConnectorRegistry
 

L

logActiveInboundConnectors() - Method in class io.camunda.connector.runtime.inbound.controller.InboundConnectorRestController
 
logs() - Method in record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableResponse
Returns the value of the logs record component.
logStatusReport() - Method in class io.camunda.connector.runtime.inbound.executable.InboundExecutableRegistryImpl
 

M

message() - Method in record class io.camunda.connector.runtime.inbound.webhook.ErrorResponse
Returns the value of the message record component.
MeteredInboundCorrelationHandler - Class in io.camunda.connector.runtime.inbound
 
MeteredInboundCorrelationHandler(ZeebeClient, FeelEngineWrapper, MetricsRecorder, ProcessElementContextFactory, Duration) - Constructor for class io.camunda.connector.runtime.inbound.MeteredInboundCorrelationHandler
 
method() - Method in class io.camunda.connector.runtime.inbound.webhook.model.HttpServletRequestWebhookProcessingPayload
 
METRIC_NAME_ACTIVATIONS - Static variable in class io.camunda.connector.runtime.metrics.ConnectorMetrics.Inbound
 
METRIC_NAME_INBOUND_PROCESS_DEFINITIONS_CHECKED - Static variable in class io.camunda.connector.runtime.metrics.ConnectorMetrics.Inbound
 
METRIC_NAME_INVOCATIONS - Static variable in class io.camunda.connector.runtime.metrics.ConnectorMetrics.Outbound
 
METRIC_NAME_TIME - Static variable in class io.camunda.connector.runtime.metrics.ConnectorMetrics.Outbound
 
METRIC_NAME_TRIGGERS - Static variable in class io.camunda.connector.runtime.metrics.ConnectorMetrics.Inbound
 

O

OperateClientAdapterImpl - Class in io.camunda.connector.runtime.inbound.operate
 
OperateClientAdapterImpl(CamundaOperateClient, ObjectMapper) - Constructor for class io.camunda.connector.runtime.inbound.operate.OperateClientAdapterImpl
 
OperateClientConfiguration - Class in io.camunda.connector.runtime.inbound.operate
 
OperateClientConfiguration() - Constructor for class io.camunda.connector.runtime.inbound.operate.OperateClientConfiguration
 
Outbound() - Constructor for class io.camunda.connector.runtime.metrics.ConnectorMetrics.Outbound
 
OutboundConnectorAnnotationProcessor - Class in io.camunda.connector.runtime.outbound.lifecycle
 
OutboundConnectorAnnotationProcessor(OutboundConnectorManager, OutboundConnectorFactory) - Constructor for class io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor
 
OutboundConnectorConfigurationComparator - Class in io.camunda.connector.runtime.outbound.lifecycle
 
OutboundConnectorConfigurationComparator() - Constructor for class io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorConfigurationComparator
 
outboundConnectorFactory() - Method in class io.camunda.connector.runtime.outbound.OutboundConnectorRuntimeConfiguration
 
outboundConnectorManager(JobWorkerManager, OutboundConnectorFactory, CommandExceptionHandlingStrategy, SecretProviderAggregator, ValidationProvider, ObjectMapper, MetricsRecorder) - Method in class io.camunda.connector.runtime.outbound.OutboundConnectorRuntimeConfiguration
 
OutboundConnectorManager - Class in io.camunda.connector.runtime.outbound.lifecycle
 
OutboundConnectorManager(JobWorkerManager, OutboundConnectorFactory, CommandExceptionHandlingStrategy, SecretProviderAggregator, ValidationProvider, ObjectMapper, MetricsRecorder) - Constructor for class io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager
 
OutboundConnectorRuntimeConfiguration - Class in io.camunda.connector.runtime.outbound
 
OutboundConnectorRuntimeConfiguration() - Constructor for class io.camunda.connector.runtime.outbound.OutboundConnectorRuntimeConfiguration
 

P

params() - Method in class io.camunda.connector.runtime.inbound.webhook.model.HttpServletRequestWebhookProcessingPayload
 
postProcessAfterInitialization(Object, String) - Method in class io.camunda.connector.runtime.inbound.InboundConnectorBeanDefinitionProcessor
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class io.camunda.connector.runtime.inbound.InboundConnectorBeanDefinitionProcessor
 
ProcessDefinitionIdentifier(String, String) - Constructor for record class io.camunda.connector.runtime.inbound.state.ProcessImportResult.ProcessDefinitionIdentifier
Creates an instance of a ProcessDefinitionIdentifier record class.
ProcessDefinitionImportConfiguration - Class in io.camunda.connector.runtime.inbound.importer
 
ProcessDefinitionImportConfiguration() - Constructor for class io.camunda.connector.runtime.inbound.importer.ProcessDefinitionImportConfiguration
 
processDefinitionImporter(ProcessStateStore, ProcessDefinitionSearch, MetricsRecorder) - Method in class io.camunda.connector.runtime.inbound.importer.ProcessDefinitionImportConfiguration
 
ProcessDefinitionImporter - Class in io.camunda.connector.runtime.inbound.importer
 
ProcessDefinitionImporter(ProcessStateStore, ProcessDefinitionSearch, MetricsRecorder) - Constructor for class io.camunda.connector.runtime.inbound.importer.ProcessDefinitionImporter
 
processDefinitionInspector(CamundaOperateClient) - Method in class io.camunda.connector.runtime.inbound.InboundConnectorRuntimeConfiguration
 
ProcessDefinitionInspector - Class in io.camunda.connector.runtime.inbound.state
Inspects the imported process elements and extracts Inbound Connector elements as ProcessCorrelationPoint.
ProcessDefinitionInspector(CamundaOperateClient) - Constructor for class io.camunda.connector.runtime.inbound.state.ProcessDefinitionInspector
 
processDefinitionKey() - Method in record class io.camunda.connector.runtime.inbound.executable.InboundExecutableEvent.Activated
Returns the value of the processDefinitionKey record component.
processDefinitionKey() - Method in record class io.camunda.connector.runtime.inbound.executable.InboundExecutableEvent.Deactivated
Returns the value of the processDefinitionKey record component.
processDefinitionKey() - Method in record class io.camunda.connector.runtime.inbound.state.ProcessImportResult.ProcessDefinitionVersion
Returns the value of the processDefinitionKey record component.
processDefinitionSearch(CamundaOperateClient) - Method in class io.camunda.connector.runtime.inbound.importer.ProcessDefinitionImportConfiguration
 
ProcessDefinitionSearch - Class in io.camunda.connector.runtime.inbound.importer
Stateful component that issues a process connectorDetails search based on the previous pagination index.
ProcessDefinitionSearch(CamundaOperateClient) - Constructor for class io.camunda.connector.runtime.inbound.importer.ProcessDefinitionSearch
 
ProcessDefinitionVersion(long, int) - Constructor for record class io.camunda.connector.runtime.inbound.state.ProcessImportResult.ProcessDefinitionVersion
Creates an instance of a ProcessDefinitionVersion record class.
processDefinitionVersions() - Method in record class io.camunda.connector.runtime.inbound.state.ProcessImportResult
Returns the value of the processDefinitionVersions record component.
processElementContextFactory(ObjectMapper, ValidationProvider, SecretProviderAggregator) - Method in class io.camunda.connector.runtime.inbound.InboundConnectorRuntimeConfiguration
 
ProcessImportResult - Record Class in io.camunda.connector.runtime.inbound.state
 
ProcessImportResult(Map<ProcessImportResult.ProcessDefinitionIdentifier, ProcessImportResult.ProcessDefinitionVersion>) - Constructor for record class io.camunda.connector.runtime.inbound.state.ProcessImportResult
Creates an instance of a ProcessImportResult record class.
ProcessImportResult.ProcessDefinitionIdentifier - Record Class in io.camunda.connector.runtime.inbound.state
 
ProcessImportResult.ProcessDefinitionVersion - Record Class in io.camunda.connector.runtime.inbound.state
 
processStateStore(InboundExecutableRegistry, ProcessDefinitionInspector) - Method in class io.camunda.connector.runtime.inbound.InboundConnectorRuntimeConfiguration
 
ProcessStateStore - Interface in io.camunda.connector.runtime.inbound.state
 
ProcessStateStoreImpl - Class in io.camunda.connector.runtime.inbound.state
 
ProcessStateStoreImpl(ProcessDefinitionInspector, InboundExecutableRegistry) - Constructor for class io.camunda.connector.runtime.inbound.state.ProcessStateStoreImpl
 
publishEvent(InboundExecutableEvent) - Method in interface io.camunda.connector.runtime.inbound.executable.InboundExecutableRegistry
 
publishEvent(InboundExecutableEvent) - Method in class io.camunda.connector.runtime.inbound.executable.InboundExecutableRegistryImpl
 

Q

query() - Method in class io.camunda.connector.runtime.inbound.importer.ProcessDefinitionSearch
Query process elements from Camunda Operate.
query(ActiveExecutableQuery) - Method in interface io.camunda.connector.runtime.inbound.executable.InboundExecutableRegistry
 
query(ActiveExecutableQuery) - Method in class io.camunda.connector.runtime.inbound.executable.InboundExecutableRegistryImpl
 

R

rawBody() - Method in class io.camunda.connector.runtime.inbound.webhook.model.HttpServletRequestWebhookProcessingPayload
 
reason() - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.FailedToActivate
Returns the value of the reason record component.
reason() - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.InvalidDefinition
Returns the value of the reason record component.
reason() - Method in record class io.camunda.connector.runtime.inbound.webhook.FeelExpressionErrorResponse
Returns the value of the reason record component.
reason() - Method in record class io.camunda.connector.runtime.inbound.webhook.GenericErrorResponse
Returns the value of the reason record component.
register(RegisteredExecutable.Activated) - Method in class io.camunda.connector.runtime.inbound.webhook.WebhookConnectorRegistry
 
RegisteredExecutable - Interface in io.camunda.connector.runtime.inbound.executable
 
RegisteredExecutable.Activated - Record Class in io.camunda.connector.runtime.inbound.executable
 
RegisteredExecutable.ConnectorNotRegistered - Record Class in io.camunda.connector.runtime.inbound.executable
 
RegisteredExecutable.FailedToActivate - Record Class in io.camunda.connector.runtime.inbound.executable
 
RegisteredExecutable.InvalidDefinition - Record Class in io.camunda.connector.runtime.inbound.executable
 
requestURL() - Method in class io.camunda.connector.runtime.inbound.webhook.model.HttpServletRequestWebhookProcessingPayload
 
reset() - Method in class io.camunda.connector.runtime.inbound.webhook.WebhookConnectorRegistry
 

S

scheduleImport() - Method in class io.camunda.connector.runtime.inbound.importer.ProcessDefinitionImporter
 
SpringConnectorJobHandler - Class in io.camunda.connector.runtime.outbound.jobhandling
An enhanced implementation of a ConnectorJobHandler that adds metrics, asynchronous command execution, and retries.
SpringConnectorJobHandler(MetricsRecorder, CommandExceptionHandlingStrategy, SecretProviderAggregator, ValidationProvider, ObjectMapper, OutboundConnectorFunction, OutboundConnectorConfiguration) - Constructor for class io.camunda.connector.runtime.outbound.jobhandling.SpringConnectorJobHandler
 
springInboundConnectorContextFactory(ObjectMapper, InboundCorrelationHandler, SecretProviderAggregator, ValidationProvider, OperateClientAdapter) - Method in class io.camunda.connector.runtime.inbound.InboundConnectorRuntimeConfiguration
 
springInboundConnectorFactory() - Method in class io.camunda.connector.runtime.inbound.InboundConnectorRuntimeConfiguration
 
springOperateClientAdapter(CamundaOperateClient, ObjectMapper) - Method in class io.camunda.connector.runtime.inbound.operate.OperateClientConfiguration
 
start(ZeebeClient) - Method in class io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor
 
start(ZeebeClient) - Method in class io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager
 
stop() - Method in class io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager
 
stop(ZeebeClient) - Method in class io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorAnnotationProcessor
 

T

TenantAwareProcessStateStoreImpl - Class in io.camunda.connector.runtime.inbound.state
 
TenantAwareProcessStateStoreImpl(ProcessDefinitionInspector, InboundExecutableRegistry) - Constructor for class io.camunda.connector.runtime.inbound.state.TenantAwareProcessStateStoreImpl
 
tenantId() - Method in record class io.camunda.connector.runtime.inbound.controller.ActiveInboundConnectorResponse
Returns the value of the tenantId record component.
tenantId() - Method in record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableQuery
Returns the value of the tenantId record component.
tenantId() - Method in record class io.camunda.connector.runtime.inbound.executable.InboundExecutableEvent.Activated
Returns the value of the tenantId record component.
tenantId() - Method in record class io.camunda.connector.runtime.inbound.executable.InboundExecutableEvent.Deactivated
Returns the value of the tenantId record component.
tenantId() - Method in record class io.camunda.connector.runtime.inbound.state.ProcessImportResult.ProcessDefinitionIdentifier
Returns the value of the tenantId record component.
throwBpmnError(JobClient, ActivatedJob, BpmnError) - Method in class io.camunda.connector.runtime.outbound.jobhandling.SpringConnectorJobHandler
 
toResponseEntity(WebhookHttpResponse) - Static method in class io.camunda.connector.runtime.inbound.webhook.InboundWebhookRestController
 
toString() - Method in record class io.camunda.connector.runtime.inbound.controller.ActiveInboundConnectorResponse
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableQuery
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableResponse
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.runtime.inbound.executable.InboundExecutableEvent.Activated
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.runtime.inbound.executable.InboundExecutableEvent.Deactivated
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.Activated
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.ConnectorNotRegistered
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.FailedToActivate
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.runtime.inbound.executable.RegisteredExecutable.InvalidDefinition
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.runtime.inbound.state.ProcessImportResult.ProcessDefinitionIdentifier
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.runtime.inbound.state.ProcessImportResult.ProcessDefinitionVersion
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.runtime.inbound.state.ProcessImportResult
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.runtime.inbound.webhook.ErrorResponse
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.runtime.inbound.webhook.FeelExpressionErrorResponse
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.runtime.inbound.webhook.GenericErrorResponse
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.runtime.inbound.webhook.model.CommonWebhookProperties.CommonContext
Returns a string representation of this record class.
toString() - Method in record class io.camunda.connector.runtime.inbound.webhook.model.CommonWebhookProperties
Returns a string representation of this record class.
toString() - Method in class io.camunda.connector.runtime.inbound.webhook.model.HttpServletRequestWebhookProcessingPayload
 
type() - Method in record class io.camunda.connector.runtime.inbound.controller.ActiveInboundConnectorResponse
Returns the value of the type record component.
type() - Method in record class io.camunda.connector.runtime.inbound.executable.ActiveExecutableQuery
Returns the value of the type record component.

U

update(ProcessImportResult) - Method in interface io.camunda.connector.runtime.inbound.state.ProcessStateStore
Update the process state based on the latest versions of the process definitions.
update(ProcessImportResult) - Method in class io.camunda.connector.runtime.inbound.state.ProcessStateStoreImpl
 
update(ProcessImportResult) - Method in class io.camunda.connector.runtime.inbound.state.TenantAwareProcessStateStoreImpl
 

V

verify(WebhookConnectorExecutable, WebhookProcessingPayload) - Method in class io.camunda.connector.runtime.inbound.webhook.InboundWebhookRestController
 
version() - Method in record class io.camunda.connector.runtime.inbound.state.ProcessImportResult.ProcessDefinitionVersion
Returns the value of the version record component.

W

WebhookConnectorConfiguration - Class in io.camunda.connector.runtime.inbound
 
WebhookConnectorConfiguration() - Constructor for class io.camunda.connector.runtime.inbound.WebhookConnectorConfiguration
 
webhookConnectorRegistry() - Method in class io.camunda.connector.runtime.inbound.WebhookConnectorConfiguration
 
WebhookConnectorRegistry - Class in io.camunda.connector.runtime.inbound.webhook
 
WebhookConnectorRegistry() - Constructor for class io.camunda.connector.runtime.inbound.webhook.WebhookConnectorRegistry
 
A B C D E F G H I L M O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values