Uses of Interface
io.camunda.connector.runtime.inbound.executable.InboundExecutableRegistry
Packages that use InboundExecutableRegistry
Package
Description
-
Uses of InboundExecutableRegistry in io.camunda.connector.runtime.inbound
Methods in io.camunda.connector.runtime.inbound that return InboundExecutableRegistryModifier and TypeMethodDescriptionInboundConnectorRuntimeConfiguration.inboundExecutableRegistry(InboundConnectorFactory inboundConnectorFactory, BatchExecutableProcessor batchExecutableProcessor) Methods in io.camunda.connector.runtime.inbound with parameters of type InboundExecutableRegistryModifier and TypeMethodDescriptionInboundConnectorRuntimeConfiguration.processStateStore(InboundExecutableRegistry registry, ProcessDefinitionInspector inspector) -
Uses of InboundExecutableRegistry in io.camunda.connector.runtime.inbound.controller
Constructors in io.camunda.connector.runtime.inbound.controller with parameters of type InboundExecutableRegistryModifierConstructorDescriptionInboundConnectorRestController(InboundExecutableRegistry executableRegistry) -
Uses of InboundExecutableRegistry in io.camunda.connector.runtime.inbound.executable
Classes in io.camunda.connector.runtime.inbound.executable that implement InboundExecutableRegistry -
Uses of InboundExecutableRegistry in io.camunda.connector.runtime.inbound.state
Constructors in io.camunda.connector.runtime.inbound.state with parameters of type InboundExecutableRegistryModifierConstructorDescriptionProcessStateStoreImpl(ProcessDefinitionInspector processDefinitionInspector, InboundExecutableRegistry executableRegistry) TenantAwareProcessStateStoreImpl(ProcessDefinitionInspector processDefinitionInspector, InboundExecutableRegistry executableRegistry)