Interface ClusterMessages.GossipEnvelopeOrBuilder

    • Method Detail

      • hasFrom

        boolean hasFrom()
        required .UniqueAddress from = 1;
        Returns:
        Whether the from field is set.
      • hasTo

        boolean hasTo()
        required .UniqueAddress to = 2;
        Returns:
        Whether the to field is set.
      • hasSerializedGossip

        boolean hasSerializedGossip()
        required bytes serializedGossip = 3;
        Returns:
        Whether the serializedGossip field is set.
      • getSerializedGossip

        akka.protobufv3.internal.ByteString getSerializedGossip()
        required bytes serializedGossip = 3;
        Returns:
        The serializedGossip.