Package akka.remote

Interface SystemMessageFormats.SystemMessageOrBuilder

    • Method Detail

      • hasType

        boolean hasType()
        required .SystemMessage.Type type = 1;
        Returns:
        Whether the type field is set.
      • hasWatchData

        boolean hasWatchData()
        optional .WatchData watchData = 2;
        Returns:
        Whether the watchData field is set.
      • hasCauseData

        boolean hasCauseData()
        optional .Payload causeData = 3;
        Returns:
        Whether the causeData field is set.
      • hasSuperviseData

        boolean hasSuperviseData()
        optional .SuperviseData superviseData = 5;
        Returns:
        Whether the superviseData field is set.
      • hasFailedData

        boolean hasFailedData()
        optional .FailedData failedData = 6;
        Returns:
        Whether the failedData field is set.
      • hasDwNotificationData

        boolean hasDwNotificationData()
        optional .DeathWatchNotificationData dwNotificationData = 7;
        Returns:
        Whether the dwNotificationData field is set.