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 AvroConfigurationAvroConfiguration. copy()AvroConfigurationAvroComponent. getConfiguration()AvroConfigurationAvroEndpoint. getConfiguration()Methods in org.apache.camel.component.avro with parameters of type AvroConfiguration Modifier and Type Method Description voidAvroComponent. setConfiguration(AvroConfiguration configuration)To use a sharedAvroConfigurationto 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.
-