Class NitriteConstants
- java.lang.Object
-
- org.apache.camel.component.nitrite.NitriteConstants
-
public final class NitriteConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHANGE_TIMESTAMPstatic StringCHANGE_TYPEstatic StringOPERATIONstatic StringWRITE_RESULT
-
-
-
Field Detail
-
CHANGE_TIMESTAMP
@Metadata(label="consumer", description="Event timestamp in Epoch millis.", javaType="long") public static final String CHANGE_TIMESTAMP- See Also:
- Constant Field Values
-
CHANGE_TYPE
@Metadata(label="consumer", description="Type of event.", javaType="org.dizitart.no2.event.ChangeType") public static final String CHANGE_TYPE- See Also:
- Constant Field Values
-
OPERATION
@Metadata(label="producer", description="Operation to invoke on Collection or Repository. Defaults to `UpsertOperation` if not specified.", javaType="org.apache.camel.component.nitrite.AbstractNitriteOperation") public static final String OPERATION- See Also:
- Constant Field Values
-
WRITE_RESULT
@Metadata(description="Result of data modifying operation.", javaType="org.dizitart.no2.WriteResult") public static final String WRITE_RESULT- See Also:
- Constant Field Values
-
-