Package org.apache.camel.component.avro
Class AvroConstants
- java.lang.Object
-
- org.apache.camel.component.avro.AvroConstants
-
public final class AvroConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAVRO_HTTP_TRANSPORTstatic StringAVRO_MESSAGE_NAMEstatic StringAVRO_MESSAGE_NAME_SEPARATORstatic StringAVRO_NETTY_TRANSPORT
-
-
-
Field Detail
-
AVRO_NETTY_TRANSPORT
public static final String AVRO_NETTY_TRANSPORT
- See Also:
- Constant Field Values
-
AVRO_HTTP_TRANSPORT
public static final String AVRO_HTTP_TRANSPORT
- See Also:
- Constant Field Values
-
AVRO_MESSAGE_NAME_SEPARATOR
public static final String AVRO_MESSAGE_NAME_SEPARATOR
- See Also:
- Constant Field Values
-
AVRO_MESSAGE_NAME
@Metadata(description="The name of the message to send. In consumer overrides message name from URI (if any)", javaType="String") public static final String AVRO_MESSAGE_NAME- See Also:
- Constant Field Values
-
-