@FunctionalInterface public interface ConnectorCustomizer<T extends ConnectorComponent>
Modifier and Type | Method and Description |
---|---|
void |
customize(T connector)
Customize the specified
ConnectorComponent . |
void customize(T connector)
ConnectorComponent
.connector
- the connector to customizeApache Camel