Uses of Class
org.apache.camel.component.avro.AvroConfiguration
-
-
Uses of AvroConfiguration in org.apache.camel.component.avro
Methods in org.apache.camel.component.avro that return AvroConfiguration Modifier and Type Method Description AvroConfiguration
AvroConfiguration. copy()
AvroConfiguration
AvroComponent. getConfiguration()
AvroConfiguration
AvroEndpoint. getConfiguration()
Methods in org.apache.camel.component.avro with parameters of type AvroConfiguration Modifier and Type Method Description void
AvroComponent. setConfiguration(AvroConfiguration configuration)
To use a sharedAvroConfiguration
to configure options onceConstructors in org.apache.camel.component.avro with parameters of type AvroConfiguration Constructor Description AvroEndpoint(String endpointUri, org.apache.camel.Component component, AvroConfiguration configuration)
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.
-