Uses of Interface
org.apache.camel.builder.component.dsl.AvroComponentBuilderFactory.AvroComponentBuilder
Packages that use AvroComponentBuilderFactory.AvroComponentBuilder
-
Uses of AvroComponentBuilderFactory.AvroComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return AvroComponentBuilderFactory.AvroComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.avro()Avro RPC (camel-avro-rpc) Produce or consume Apache Avro RPC services. -
Uses of AvroComponentBuilderFactory.AvroComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement AvroComponentBuilderFactory.AvroComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return AvroComponentBuilderFactory.AvroComponentBuilderModifier and TypeMethodDescriptionAvroComponentBuilderFactory.AvroComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.AvroComponentBuilderFactory.avro()Avro RPC (camel-avro-rpc) Produce or consume Apache Avro RPC services.AvroComponentBuilderFactory.AvroComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.AvroComponentBuilderFactory.AvroComponentBuilder.configuration(org.apache.camel.component.avro.AvroConfiguration configuration) To use a shared AvroConfiguration to configure options once.AvroComponentBuilderFactory.AvroComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).AvroComponentBuilderFactory.AvroComponentBuilder.protocol(org.apache.avro.Protocol protocol) Avro protocol to use.AvroComponentBuilderFactory.AvroComponentBuilder.protocolClassName(String protocolClassName) Avro protocol to use defined by the FQN class name.AvroComponentBuilderFactory.AvroComponentBuilder.protocolLocation(String protocolLocation) Avro protocol location.AvroComponentBuilderFactory.AvroComponentBuilder.reflectionProtocol(boolean reflectionProtocol) If protocol object provided is reflection protocol.AvroComponentBuilderFactory.AvroComponentBuilder.singleParameter(boolean singleParameter) If true, consumer parameter won't be wrapped into array.AvroComponentBuilderFactory.AvroComponentBuilder.uriAuthority(String uriAuthority) Authority to use (username and password).