Interface SystemMessageFormats.SystemMessageOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
SystemMessageFormats.SystemMessage, SystemMessageFormats.SystemMessage.Builder
Enclosing class:
SystemMessageFormats

public static interface SystemMessageFormats.SystemMessageOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Details

    • hasType

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

      required .SystemMessage.Type type = 1;
      Returns:
      The type.
    • hasWatchData

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

      optional .WatchData watchData = 2;
      Returns:
      The watchData.
    • getWatchDataOrBuilder

      optional .WatchData watchData = 2;
    • hasCauseData

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

      ContainerFormats.Payload getCauseData()
      optional .Payload causeData = 3;
      Returns:
      The causeData.
    • getCauseDataOrBuilder

      ContainerFormats.PayloadOrBuilder getCauseDataOrBuilder()
      optional .Payload causeData = 3;
    • hasSuperviseData

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

      optional .SuperviseData superviseData = 5;
      Returns:
      The superviseData.
    • getSuperviseDataOrBuilder

      SystemMessageFormats.SuperviseDataOrBuilder getSuperviseDataOrBuilder()
      optional .SuperviseData superviseData = 5;
    • hasFailedData

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

      optional .FailedData failedData = 6;
      Returns:
      The failedData.
    • getFailedDataOrBuilder

      optional .FailedData failedData = 6;
    • hasDwNotificationData

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

      optional .DeathWatchNotificationData dwNotificationData = 7;
      Returns:
      The dwNotificationData.
    • getDwNotificationDataOrBuilder

      optional .DeathWatchNotificationData dwNotificationData = 7;