public interface ConnectorConfigurator<C extends Connector<?>>
Connector.getId()
may be used for further restrict configuration to connectors
with a specific id.| Modifier and Type | Method and Description |
|---|---|
void |
configure(C connector)
Configures the connector instance.
|
Class<C> |
getConnectorClass() |
Class<C> getConnectorClass()
void configure(C connector)
connector - the connector instance to configureCopyright © 2014–2022 Camunda Services GmbH. All rights reserved.