Interface LastMemcacheContent

All Superinterfaces:
ByteBufHolder, DecoderResultProvider, MemcacheContent, MemcacheObject, ReferenceCounted
All Known Subinterfaces:
FullBinaryMemcacheRequest, FullBinaryMemcacheResponse, FullMemcacheMessage
All Known Implementing Classes:
DefaultFullBinaryMemcacheRequest, DefaultFullBinaryMemcacheResponse, DefaultLastMemcacheContent

@UnstableApi public interface LastMemcacheContent extends MemcacheContent
The MemcacheContent which signals the end of the content batch.

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