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 String
AVRO_HTTP_TRANSPORT
static String
AVRO_MESSAGE_NAME
static String
AVRO_MESSAGE_NAME_SEPARATOR
static String
AVRO_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
public static final String AVRO_MESSAGE_NAME
- See Also:
- Constant Field Values
-
-