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