Class EventHubsConstants
- java.lang.Object
-
- org.apache.camel.component.azure.eventhubs.EventHubsConstants
-
public final class EventHubsConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHECKPOINT_UPDATED_BYstatic StringCOMPLETED_BY_SIZEstatic StringCOMPLETED_BY_TIMEOUTstatic StringENQUEUED_TIMEstatic StringHEADER_PREFIXstatic StringMESSAGE_TIMESTAMPstatic StringMETADATAstatic StringOFFSETstatic StringPARTITION_IDstatic StringPARTITION_KEYstatic StringSEQUENCE_NUMBERstatic StringUNCOMPLETED
-
-
-
Field Detail
-
HEADER_PREFIX
public static final String HEADER_PREFIX
- See Also:
- Constant Field Values
-
COMPLETED_BY_SIZE
public static final String COMPLETED_BY_SIZE
- See Also:
- Constant Field Values
-
COMPLETED_BY_TIMEOUT
public static final String COMPLETED_BY_TIMEOUT
- See Also:
- Constant Field Values
-
UNCOMPLETED
public static final String UNCOMPLETED
- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
MESSAGE_TIMESTAMP
@Metadata(label="consumer", description="The timestamp of the message", javaType="long") public static final String MESSAGE_TIMESTAMP- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
-