Class GooglePubsubConstants

java.lang.Object
org.apache.camel.component.google.pubsub.GooglePubsubConstants

public final class GooglePubsubConstants extends Object
  • Field Details

    • MESSAGE_ID

      @Metadata(description="The ID of the message, assigned by the server when the message is published.", javaType="String") public static final String MESSAGE_ID
      See Also:
    • ACK_ID

      @Metadata(label="consumer", description="The ID used to acknowledge the received message.", javaType="String") public static final String ACK_ID
      See Also:
    • PUBLISH_TIME

      @Metadata(label="consumer", description="The time at which the message was published", javaType="com.google.protobuf.Timestamp") public static final String PUBLISH_TIME
      See Also:
    • ATTRIBUTES

      @Metadata(description="The attributes of the message.", javaType="Map<String, String>") public static final String ATTRIBUTES
      See Also:
    • ORDERING_KEY

      @Metadata(label="producer", description="If non-empty, identifies related messages for which publish order should be\n respected.", javaType="String") public static final String ORDERING_KEY
      See Also:
    • GOOGLE_PUBSUB_ACKNOWLEDGE

      @Metadata(label="consumer", description="Can be used to manually acknowledge or negative-acknowledge a message when ackMode=NONE.", javaType="org.apache.camel.component.google.pubsub.consumer.GooglePubsubAcknowledge") public static final String GOOGLE_PUBSUB_ACKNOWLEDGE
      See Also:
    • RESERVED_GOOGLE_CLIENT_ATTRIBUTE_PREFIX

      public static final String RESERVED_GOOGLE_CLIENT_ATTRIBUTE_PREFIX
      See Also: