Uses of Class
org.apache.camel.component.avro.AvroTransport
-
-
Uses of AvroTransport in org.apache.camel.component.avro
Methods in org.apache.camel.component.avro that return AvroTransport Modifier and Type Method Description AvroTransport
AvroConfiguration. getTransport()
static AvroTransport
AvroTransport. valueOf(String name)
Returns the enum constant of this type with the specified name.static AvroTransport[]
AvroTransport. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.avro with parameters of type AvroTransport Modifier and Type Method Description void
AvroConfiguration. setTransport(AvroTransport transport)
Transport to use, can be either http or netty
-