Class NitriteConstants

java.lang.Object
org.apache.camel.component.nitrite.NitriteConstants

public final class NitriteConstants extends Object
  • Field Details

    • CHANGE_TIMESTAMP

      @Metadata(label="consumer", description="Event timestamp in Epoch millis.", javaType="long") public static final String CHANGE_TIMESTAMP
      See Also:
    • CHANGE_TYPE

      @Metadata(label="consumer", description="Type of event.", javaType="org.dizitart.no2.event.ChangeType") public static final String CHANGE_TYPE
      See Also:
    • 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:
    • WRITE_RESULT

      @Metadata(description="Result of data modifying operation.", javaType="org.dizitart.no2.WriteResult") public static final String WRITE_RESULT
      See Also: