public class Header extends Object
Constructor and Description |
---|
Header(DeliveryProperties deliveryProps,
MessageProperties messageProps) |
Header(DeliveryProperties deliveryProps,
MessageProperties messageProps,
List<Struct> nonStandardProps) |
Modifier and Type | Method and Description |
---|---|
DeliveryProperties |
getDeliveryProperties() |
MessageProperties |
getMessageProperties() |
List<Struct> |
getNonStandardProperties() |
Struct[] |
getStructs() |
String |
toString() |
public Header(DeliveryProperties deliveryProps, MessageProperties messageProps)
public Header(DeliveryProperties deliveryProps, MessageProperties messageProps, List<Struct> nonStandardProps)
public Struct[] getStructs()
public DeliveryProperties getDeliveryProperties()
public MessageProperties getMessageProperties()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.