Class PubSubMessageHeaders

java.lang.Object
com.linkedin.venice.pubsub.api.PubSubMessageHeaders
All Implemented Interfaces:
Measurable, Iterable<PubSubMessageHeader>
Direct Known Subclasses:
EmptyPubSubMessageHeaders

public class PubSubMessageHeaders extends Object implements Measurable, Iterable<PubSubMessageHeader>
Set of key-value pairs to tagged with messages produced to a topic. In case of headers with the same key, only the most recently added headers value will be kept.