-
- All Known Implementing Classes:
DefaultMessageSizeEstimator
public interface MessageSizeEstimator
Responsible to estimate the size of a message. The size represents approximately how much memory the message will reserve in memory.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
MessageSizeEstimator.Handle
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageSizeEstimator.Handle
newHandle()
Creates a new handle.
-
-
-
Method Detail
-
newHandle
MessageSizeEstimator.Handle newHandle()
Creates a new handle. The handle provides the actual operations.
-
-