Class DefaultInboundConnectorFactory

java.lang.Object
io.camunda.connector.runtime.util.inbound.DefaultInboundConnectorFactory
All Implemented Interfaces:
ConnectorFactory<InboundConnectorExecutable,InboundConnectorConfiguration>, InboundConnectorFactory

public class DefaultInboundConnectorFactory extends Object implements InboundConnectorFactory
Factory for inbound Connectors.

Unlike outbound Connectors, which are stateless functions, inbound Connectors are stateful. They have a lifecycle, can be deactivated, and a new instance of an inbound Connector is required each time. Therefore, this factory actually creates a new object every time a Connector instance is requested.