Uses of Class
io.camunda.connector.runtime.inbound.executable.BatchExecutableProcessor
Packages that use BatchExecutableProcessor
Package
Description
-
Uses of BatchExecutableProcessor in io.camunda.connector.runtime.inbound
Methods in io.camunda.connector.runtime.inbound that return BatchExecutableProcessorModifier and TypeMethodDescriptionInboundConnectorRuntimeConfiguration.batchExecutableProcessor(InboundConnectorFactory connectorFactory, InboundConnectorContextFactory connectorContextFactory, io.camunda.zeebe.spring.client.metrics.MetricsRecorder metricsRecorder, WebhookConnectorRegistry webhookConnectorRegistry) Methods in io.camunda.connector.runtime.inbound with parameters of type BatchExecutableProcessorModifier and TypeMethodDescriptionInboundConnectorRuntimeConfiguration.inboundExecutableRegistry(InboundConnectorFactory inboundConnectorFactory, BatchExecutableProcessor batchExecutableProcessor) -
Uses of BatchExecutableProcessor in io.camunda.connector.runtime.inbound.executable
Constructors in io.camunda.connector.runtime.inbound.executable with parameters of type BatchExecutableProcessorModifierConstructorDescriptionInboundExecutableRegistryImpl(InboundConnectorFactory connectorFactory, BatchExecutableProcessor batchExecutableProcessor)