Package com.rabbitmq.stream
Interface ChunkChecksum
-
public interface ChunkChecksum
API to check the content of message chunks.
-
-
Field Summary
Fields Modifier and Type Field Description static ChunkChecksum
NO_OP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checksum(ByteBuf byteBuf, long dataLength, long expected)
-
-
-
Field Detail
-
NO_OP
static final ChunkChecksum NO_OP
-
-
Method Detail
-
checksum
void checksum(ByteBuf byteBuf, long dataLength, long expected)
-
-