Interface TouchableDataBuffer

All Superinterfaces:
DataBuffer
All Known Subinterfaces:
PooledDataBuffer
All Known Implementing Classes:
Netty5DataBuffer, NettyDataBuffer

public interface TouchableDataBuffer extends DataBuffer
Extension of DataBuffer that allows for buffers that can be given hints for debugging purposes.
Since:
6.0
Author:
Arjen Poutsma
  • Method Details

    • touch

      Associate the given hint with the data buffer for debugging purposes.
      Returns:
      this buffer