@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface AvroEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AvroEndpointBuilderFactory.AdvancedAvroEndpointBuilder
Advanced builder for endpoint for the Avro component.
|
static interface |
AvroEndpointBuilderFactory.AdvancedAvroEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Avro component.
|
static interface |
AvroEndpointBuilderFactory.AdvancedAvroEndpointProducerBuilder
Advanced builder for endpoint producers for the Avro component.
|
static interface |
AvroEndpointBuilderFactory.AvroBuilders |
static interface |
AvroEndpointBuilderFactory.AvroEndpointBuilder
Builder for endpoint for the Avro component.
|
static interface |
AvroEndpointBuilderFactory.AvroEndpointConsumerBuilder
Builder for endpoint consumers for the Avro component.
|
static interface |
AvroEndpointBuilderFactory.AvroEndpointProducerBuilder
Builder for endpoint producers for the Avro component.
|
| Modifier and Type | Method and Description |
|---|---|
static AvroEndpointBuilderFactory.AvroEndpointBuilder |
avro(String path)
Avro (camel-avro)
Working with Apache Avro for data serialization.
|
static AvroEndpointBuilderFactory.AvroEndpointBuilder avro(String path)
avro:transport:host:port/messageName
Path parameter: transport (required)
Transport to use, can be either http or netty
The value can be one of: http, netty
Path parameter: port (required)
Port number to use
Path parameter: host (required)
Hostname to use
Path parameter: messageName
The name of the message to send.Apache Camel