Interface EncodingSupport
-
- All Known Implementing Classes:
ByteArrayEncoding,JournalAddRecord,JournalAddRecordTX,JournalCompleteRecordTX,JournalDeleteRecord,JournalDeleteRecordTX,JournalInternalRecord,JournalRollbackRecordTX
public interface EncodingSupportThis interface provides encoding support for the Journal.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddecode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)voidencode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)intgetEncodeSize()
-