Modifier and Type | Interface and Description |
---|---|
interface |
ConnectorCustomizer<T extends ConnectorComponent> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultConnectorComponent
Base class for Camel Connector components.
|
Modifier and Type | Method and Description |
---|---|
ConnectorComponent |
DefaultConnectorEndpoint.getComponent() |
Constructor and Description |
---|
DefaultConnectorEndpoint(String endpointUri,
ConnectorComponent component,
org.apache.camel.Endpoint endpoint,
DataType inputDataType,
DataType outputDataType) |
SchedulerTimerConnectorEndpoint(String endpointUri,
ConnectorComponent component,
org.apache.camel.Endpoint endpoint,
DataType inputDataType,
DataType outputDataType) |
Apache Camel