@Documented @Retention(value=RUNTIME) public @interface Message
Modifier and Type | Required Element and Description |
---|---|
String |
keyValuePairSeparator
Key value pair separator is used to split the values from their keys
(mandatory)
|
String |
pairSeparator
Pair separator used to split the key value pairs in tokens (mandatory)
|
Modifier and Type | Optional Element and Description |
---|---|
String |
crlf
Character to be used to add a carriage return after each record
(optional) Three values can be used : WINDOWS, UNIX or MAC
|
boolean |
isOrdered
Indicates if the message must be ordered in output
|
String |
name
Name describing the message (optional)
|
String |
type
type is used to define the type of the message (e.g.
|
String |
version
version defines the version of the message (e.g.
|
public abstract String pairSeparator
public abstract String keyValuePairSeparator
public abstract String name
public abstract String type
public abstract String version
public abstract String crlf
public abstract boolean isOrdered
Apache Camel