Interface Section
-
- All Known Implementing Classes:
AmqpSequence
,AmqpValue
,ApplicationProperties
,Data
,DeliveryAnnotations
,Footer
,Header
,MessageAnnotations
,Properties
public interface Section
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Section.SectionType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Section.SectionType
getType()
-
-
-
Method Detail
-
getType
Section.SectionType getType()
- Returns:
- the
Section.SectionType
that describes this instance.
-
-