Interface CodeKeyMaker

All Known Implementing Classes:
AbstractCodeKeyMaker

public interface CodeKeyMaker
Interface for making code keys.
Author:
michal.polkorab
  • Method Summary

    Modifier and Type
    Method
    Description
    make(io.netty.buffer.ByteBuf input)
    Makes a code key.
  • Method Details

    • make

      MessageCodeKey make(io.netty.buffer.ByteBuf input)
      Makes a code key.
      Parameters:
      input - buffer that will be the needed data gathered from
      Returns:
      key for deserializer lookup