Uses of Interface
io.camunda.connector.runtime.inbound.executable.RegisteredExecutable
Packages that use RegisteredExecutable
-
Uses of RegisteredExecutable in io.camunda.connector.runtime.inbound.executable
Classes in io.camunda.connector.runtime.inbound.executable that implement RegisteredExecutableModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordMethods in io.camunda.connector.runtime.inbound.executable that return types with arguments of type RegisteredExecutableModifier and TypeMethodDescriptionBatchExecutableProcessor.activateBatch(Map<UUID, InboundConnectorDetails> request, BiConsumer<Throwable, UUID> cancellationCallback) Activates a batch of inbound connectors.Method parameters in io.camunda.connector.runtime.inbound.executable with type arguments of type RegisteredExecutableModifier and TypeMethodDescriptionvoidBatchExecutableProcessor.deactivateBatch(List<RegisteredExecutable> executables) Deactivates a batch of inbound connectors.