id property

String id
final

The broker's identifier for this delivery.

Used to acknowledge it. Not a business key: a broker may deliver the same logical event twice with different ids, which is why handlers have to be idempotent regardless of what this says.

Implementation

final String id;