Interface PluginMessageEncoder

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Experimental public interface PluginMessageEncoder
A data encoder to be sent via a plugin message.
Since:
3.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    encode(@NotNull ByteArrayDataOutput output)
    Encodes data into a ByteArrayDataOutput to be transmitted by plugin messages.