Interface DistributedPubSubMessages.SendOrBuilder

    • Method Detail

      • hasPath

        boolean hasPath()
        required string path = 1;
        Returns:
        Whether the path field is set.
      • getPath

        java.lang.String getPath()
        required string path = 1;
        Returns:
        The path.
      • getPathBytes

        akka.protobufv3.internal.ByteString getPathBytes()
        required string path = 1;
        Returns:
        The bytes for path.
      • hasLocalAffinity

        boolean hasLocalAffinity()
        required bool localAffinity = 2;
        Returns:
        Whether the localAffinity field is set.
      • getLocalAffinity

        boolean getLocalAffinity()
        required bool localAffinity = 2;
        Returns:
        The localAffinity.
      • hasPayload

        boolean hasPayload()
        required .Payload payload = 3;
        Returns:
        Whether the payload field is set.