Interface ShardingMessages.ChangeNumberOfProcessesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getNewNumberOfProcesses()
      required int32 newNumberOfProcesses = 1;
      java.lang.String getReplyTo()
      required string replyTo = 2;
      akka.protobufv3.internal.ByteString getReplyToBytes()
      required string replyTo = 2;
      boolean hasNewNumberOfProcesses()
      required int32 newNumberOfProcesses = 1;
      boolean hasReplyTo()
      required string replyTo = 2;
      • Methods inherited from interface akka.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasNewNumberOfProcesses

        boolean hasNewNumberOfProcesses()
        required int32 newNumberOfProcesses = 1;
        Returns:
        Whether the newNumberOfProcesses field is set.
      • getNewNumberOfProcesses

        int getNewNumberOfProcesses()
        required int32 newNumberOfProcesses = 1;
        Returns:
        The newNumberOfProcesses.
      • hasReplyTo

        boolean hasReplyTo()
        required string replyTo = 2;
        Returns:
        Whether the replyTo field is set.
      • getReplyTo

        java.lang.String getReplyTo()
        required string replyTo = 2;
        Returns:
        The replyTo.
      • getReplyToBytes

        akka.protobufv3.internal.ByteString getReplyToBytes()
        required string replyTo = 2;
        Returns:
        The bytes for replyTo.