Uses of Interface
nl.andrewl.concord_core.msg.MessageWriter
Packages that use MessageWriter
Package
Description
Message components which are used by the server and the default client
implementation.
-
Uses of MessageWriter in nl.andrewl.concord_core.msg
Fields in nl.andrewl.concord_core.msg declared as MessageWriterModifier and TypeFieldDescriptionprivate final MessageWriter<T>
MessageTypeSerializer.writer
The field for thewriter
record component.Methods in nl.andrewl.concord_core.msg that return MessageWriterModifier and TypeMethodDescriptionprivate static <T extends Message>
MessageWriter<T>MessageTypeSerializer.generateWriter
(RecordComponent[] components) Generates a message writer for the given message record components.MessageTypeSerializer.writer()
Returns the value of thewriter
record component.Constructors in nl.andrewl.concord_core.msg with parameters of type MessageWriterModifierConstructorDescriptionMessageTypeSerializer
(Class<T> messageClass, Function<T, Integer> byteSizeFunction, MessageReader<T> reader, MessageWriter<T> writer) Creates an instance of aMessageTypeSerializer
record class.