Class EventHubsConstants

java.lang.Object
org.apache.camel.component.azure.eventhubs.EventHubsConstants

public final class EventHubsConstants extends Object
  • Field Details

    • HEADER_PREFIX

      public static final String HEADER_PREFIX
      See Also:
    • COMPLETED_BY_SIZE

      public static final String COMPLETED_BY_SIZE
      See Also:
    • COMPLETED_BY_TIMEOUT

      public static final String COMPLETED_BY_TIMEOUT
      See Also:
    • UNCOMPLETED

      public static final String UNCOMPLETED
      See Also:
    • PARTITION_KEY

      @Metadata(description="(producer) Overrides the hashing key to be provided for the batch of events, which instructs the Event Hubs service to map this key to a specific partition.\n(consumer) It sets the partition hashing key if it was set when originally publishing the event. If it exists, this value was used to compute a hash to select a partition to send the message to. This is only present on a received `EventData`.", javaType="String") public static final String PARTITION_KEY
      See Also:
    • PARTITION_ID

      @Metadata(description="(producer) Overrides the identifier of the Event Hub partition that the events will be sent to.\n(consumer) It sets the partition id of the Event Hub.", javaType="String") public static final String PARTITION_ID
      See Also:
    • OFFSET

      @Metadata(label="consumer", description="It sets the offset of the event when it was received from the associated Event Hub partition. This is only present on a received `EventData`.", javaType="Integer") public static final String OFFSET
      See Also:
    • ENQUEUED_TIME

      @Metadata(label="consumer", description="It sets the instant, in UTC, of when the event was enqueued in the Event Hub partition. This is only present on a received `EventData`.", javaType="Instant") public static final String ENQUEUED_TIME
      See Also:
    • SEQUENCE_NUMBER

      @Metadata(label="consumer", description="It sets the sequence number assigned to the event when it was enqueued in the associated Event Hub partition. This is unique for every message received in the Event Hub partition. This is only present on a received `EventData`.", javaType="Long") public static final String SEQUENCE_NUMBER
      See Also:
    • METADATA

      @Metadata(label="consumer", description="The set of free-form event properties which may be used for passing metadata associated with the event with the event body during Event Hubs operations.", javaType="Map<String, Object>") public static final String METADATA
      See Also:
    • MESSAGE_TIMESTAMP

      @Metadata(label="consumer", description="The timestamp of the message", javaType="long") public static final String MESSAGE_TIMESTAMP
      See Also:
    • CHECKPOINT_UPDATED_BY

      @Metadata(label="consumer", description="It sets the reason for the checkpoint to have been updated. This is only present on a received `EventData`.", javaType="String") public static final String CHECKPOINT_UPDATED_BY
      See Also: