Package org.apache.camel.component.milo
Class MiloConstants
- java.lang.Object
-
- org.apache.camel.component.milo.MiloConstants
-
public final class MiloConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringHEADER_AWAITstatic StringHEADER_NODE_IDSstatic StringSCHEME_BROWSEstatic StringSCHEME_CLIENTstatic StringSCHEME_SERVER
-
-
-
Field Detail
-
SCHEME_BROWSE
public static final String SCHEME_BROWSE
- See Also:
- Constant Field Values
-
SCHEME_CLIENT
public static final String SCHEME_CLIENT
- See Also:
- Constant Field Values
-
SCHEME_SERVER
public static final String SCHEME_SERVER
- See Also:
- Constant Field Values
-
HEADER_NODE_IDS
@Metadata(label="producer", description="The node ids.", javaType="List") public static final String HEADER_NODE_IDS- See Also:
- Constant Field Values
-
HEADER_AWAIT
@Metadata(label="producer", description="The \"await\" setting for writes.", javaType="Boolean", applicableFor="milo-client") public static final String HEADER_AWAIT- See Also:
- Constant Field Values
-
-