org.apache.camel.component.avro
Class AvroConstants

java.lang.Object
  extended by org.apache.camel.component.avro.AvroConstants

public final class AvroConstants
extends Object


Field Summary
static String AVRO_HTTP_TRANSPORT
           
static String AVRO_MESSAGE_NAME
           
static String AVRO_MESSAGE_NAME_SEPARATOR
           
static String AVRO_NETTY_TRANSPORT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Apache Camel