Interface MessageBatchFactory
-
- All Known Implementing Classes:
ByteBufferMessageBatchFactory
public interface MessageBatchFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageBatchcreateBatch(pl.allegro.tech.hermes.api.Subscription subscription)voiddestroyBatch(MessageBatch batch)
-
-
-
Method Detail
-
createBatch
MessageBatch createBatch(pl.allegro.tech.hermes.api.Subscription subscription)
-
destroyBatch
void destroyBatch(MessageBatch batch)
-
-