Class ClusterTopicMessage

java.lang.Object
org.teamapps.cluster.dto.Message
org.teamapps.cluster.model.cluster.ClusterTopicMessage

public class ClusterTopicMessage
extends Message
  • Field Details

    • DECODER_FUNCTION

      public static final java.util.function.Function<byte[],​ClusterTopicMessage> DECODER_FUNCTION
    • ROOT_FIELD_ID

      public static final int ROOT_FIELD_ID
      See Also:
      Constant Field Values
  • Constructor Details

    • ClusterTopicMessage

      public ClusterTopicMessage()
    • ClusterTopicMessage

      public ClusterTopicMessage​(java.nio.ByteBuffer buf)
    • ClusterTopicMessage

      public ClusterTopicMessage​(java.io.DataInputStream dis) throws java.io.IOException
      Throws:
      java.io.IOException
    • ClusterTopicMessage

      public ClusterTopicMessage​(java.io.DataInputStream dis, FileProvider fileProvider) throws java.io.IOException
      Throws:
      java.io.IOException
    • ClusterTopicMessage

      public ClusterTopicMessage​(byte[] bytes) throws java.io.IOException
      Throws:
      java.io.IOException
    • ClusterTopicMessage

      public ClusterTopicMessage​(byte[] bytes, FileProvider fileProvider) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details