Interface BooleanMetadataType.BooleanWriter
- All Superinterfaces:
MetadataType.BasicWriter<Boolean>,MetadataType.Writer<Boolean>
- Enclosing class:
- BooleanMetadataType
- 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 BooleanMetadataType.BooleanWriter
extends MetadataType.BasicWriter<Boolean>
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidDeprecated.voidwritePrimitive(io.netty.buffer.ByteBuf output, boolean value)
-
Method Details
-
writePrimitive
void writePrimitive(io.netty.buffer.ByteBuf output, boolean value) -
write
Deprecated.- Specified by:
writein interfaceMetadataType.BasicWriter<Boolean>- Specified by:
writein interfaceMetadataType.Writer<Boolean>
-