Package akka.remote

Interface ContainerFormats.SelectionEnvelopeOrBuilder

    • Method Detail

      • hasEnclosedMessage

        boolean hasEnclosedMessage()
        required bytes enclosedMessage = 1;
        Returns:
        Whether the enclosedMessage field is set.
      • getEnclosedMessage

        akka.protobufv3.internal.ByteString getEnclosedMessage()
        required bytes enclosedMessage = 1;
        Returns:
        The enclosedMessage.
      • hasSerializerId

        boolean hasSerializerId()
        required int32 serializerId = 2;
        Returns:
        Whether the serializerId field is set.
      • getSerializerId

        int getSerializerId()
        required int32 serializerId = 2;
        Returns:
        The serializerId.
      • getPatternCount

        int getPatternCount()
        repeated .Selection pattern = 3;
      • hasMessageManifest

        boolean hasMessageManifest()
        optional bytes messageManifest = 4;
        Returns:
        Whether the messageManifest field is set.
      • getMessageManifest

        akka.protobufv3.internal.ByteString getMessageManifest()
        optional bytes messageManifest = 4;
        Returns:
        The messageManifest.
      • hasWildcardFanOut

        boolean hasWildcardFanOut()
         optional for pre 2.3.4 compatibility 
         
        optional bool wildcardFanOut = 5;
        Returns:
        Whether the wildcardFanOut field is set.
      • getWildcardFanOut

        boolean getWildcardFanOut()
         optional for pre 2.3.4 compatibility 
         
        optional bool wildcardFanOut = 5;
        Returns:
        The wildcardFanOut.