Uses of Class
io.camunda.connector.runtime.outbound.lifecycle.OutboundConnectorManager
Packages that use OutboundConnectorManager
Package
Description
-
Uses of OutboundConnectorManager in io.camunda.connector.runtime.outbound
Methods in io.camunda.connector.runtime.outbound that return OutboundConnectorManagerModifier and TypeMethodDescriptionOutboundConnectorRuntimeConfiguration.outboundConnectorManager(io.camunda.zeebe.spring.client.jobhandling.JobWorkerManager jobWorkerManager, OutboundConnectorFactory connectorFactory, io.camunda.zeebe.spring.client.jobhandling.CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, SecretProviderAggregator secretProviderAggregator, io.camunda.connector.api.validation.ValidationProvider validationProvider, com.fasterxml.jackson.databind.ObjectMapper objectMapper, io.camunda.zeebe.spring.client.metrics.MetricsRecorder metricsRecorder) Methods in io.camunda.connector.runtime.outbound with parameters of type OutboundConnectorManagerModifier and TypeMethodDescriptionOutboundConnectorRuntimeConfiguration.annotationProcessor(OutboundConnectorManager manager, OutboundConnectorFactory factory) -
Uses of OutboundConnectorManager in io.camunda.connector.runtime.outbound.lifecycle
Constructors in io.camunda.connector.runtime.outbound.lifecycle with parameters of type OutboundConnectorManagerModifierConstructorDescriptionOutboundConnectorAnnotationProcessor(OutboundConnectorManager outboundConnectorManager, OutboundConnectorFactory outboundConnectorFactory)