Package | Description |
---|---|
org.apache.camel.component.avro |
Modifier and Type | Method and Description |
---|---|
AvroConfiguration |
AvroConfiguration.copy() |
AvroConfiguration |
AvroEndpoint.getConfiguration() |
AvroConfiguration |
AvroComponent.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
AvroComponent.setConfiguration(AvroConfiguration configuration)
To use a shared
AvroConfiguration to configure options once |
Constructor and Description |
---|
AvroEndpoint(String endpointUri,
org.apache.camel.Component component,
AvroConfiguration configuration)
Constructs a fully-initialized DefaultEndpoint instance.
|
AvroHttpEndpoint(String endpointUri,
org.apache.camel.Component component,
AvroConfiguration configuration)
Constructs a fully-initialized DefaultEndpoint instance.
|
AvroNettyEndpoint(String endpointUri,
org.apache.camel.Component component,
AvroConfiguration configuration)
Constructs a fully-initialized DefaultEndpoint instance.
|
Apache Camel