public static interface AvroEndpointBuilderFactory.AvroBuilders
| Modifier and Type | Method and Description |
|---|---|
default AvroEndpointBuilderFactory.AvroEndpointBuilder |
avro(String path)
Avro (camel-avro-rpc)
Working with Apache Avro for data serialization.
|
default 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