Package akka.remote

Interface WireFormats.AkkaControlMessageOrBuilder

    • Method Detail

      • hasCommandType

        boolean hasCommandType()
        required .CommandType commandType = 1;
        Returns:
        Whether the commandType field is set.
      • getCommandType

        WireFormats.CommandType getCommandType()
        required .CommandType commandType = 1;
        Returns:
        The commandType.
      • hasHandshakeInfo

        boolean hasHandshakeInfo()
        optional .AkkaHandshakeInfo handshakeInfo = 2;
        Returns:
        Whether the handshakeInfo field is set.