Interface Section<E>
- All Known Implementing Classes:
AmqpSequence,AmqpValue,ApplicationProperties,Data,DeliveryAnnotations,Footer,Header,MessageAnnotations,Properties
public interface Section<E>
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getType
Section.SectionType getType()- Returns:
- the
Section.SectionTypethat describes this instance.
-
getValue
E getValue()- Returns:
- the Object value contained within the given message
Section.
-