Interface LastStompContentSubframe

All Superinterfaces:
ByteBufHolder, DecoderResultProvider, ReferenceCounted, StompContentSubframe, StompSubframe
All Known Subinterfaces:
StompFrame
All Known Implementing Classes:
DefaultLastStompContentSubframe, DefaultStompFrame

public interface LastStompContentSubframe extends StompContentSubframe
The last StompContentSubframe which signals the end of the content batch

Note, even when no content is emitted by the protocol, an empty LastStompContentSubframe is issued to make the upstream parsing easier.