Interface LongMetadataType.LongWriter

All Superinterfaces:
MetadataType.Writer<Long>
Enclosing class:
LongMetadataType
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface LongMetadataType.LongWriter extends MetadataType.Writer<Long>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    write(io.netty.buffer.ByteBuf output, Long value)
    Deprecated.
    void
    writePrimitive(io.netty.buffer.ByteBuf output, long value)
     
  • Method Details

    • writePrimitive

      void writePrimitive(io.netty.buffer.ByteBuf output, long value)
    • write

      @Deprecated default void write(io.netty.buffer.ByteBuf output, Long value)
      Deprecated.
      Specified by:
      write in interface MetadataType.Writer<Long>