Package org.apache.pekko.remote
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 Summary
Modifier and TypeMethodDescriptionoptional .Payload causeData = 3;optional .Payload causeData = 3;optional .DeathWatchNotificationData dwNotificationData = 7;optional .DeathWatchNotificationData dwNotificationData = 7;optional .FailedData failedData = 6;optional .FailedData failedData = 6;optional .SuperviseData superviseData = 5;optional .SuperviseData superviseData = 5;getType()required .SystemMessage.Type type = 1;optional .WatchData watchData = 2;optional .WatchData watchData = 2;booleanoptional .Payload causeData = 3;booleanoptional .DeathWatchNotificationData dwNotificationData = 7;booleanoptional .FailedData failedData = 6;booleanoptional .SuperviseData superviseData = 5;booleanhasType()required .SystemMessage.Type type = 1;booleanoptional .WatchData watchData = 2;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasType
boolean hasType()required .SystemMessage.Type type = 1;- Returns:
- Whether the type field is set.
-
getType
SystemMessageFormats.SystemMessage.Type getType()required .SystemMessage.Type type = 1;- Returns:
- The type.
-
hasWatchData
boolean hasWatchData()optional .WatchData watchData = 2;- Returns:
- Whether the watchData field is set.
-
getWatchData
SystemMessageFormats.WatchData getWatchData()optional .WatchData watchData = 2;- Returns:
- The watchData.
-
getWatchDataOrBuilder
SystemMessageFormats.WatchDataOrBuilder 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
SystemMessageFormats.SuperviseData 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
SystemMessageFormats.FailedData getFailedData()optional .FailedData failedData = 6;- Returns:
- The failedData.
-
getFailedDataOrBuilder
SystemMessageFormats.FailedDataOrBuilder getFailedDataOrBuilder()optional .FailedData failedData = 6; -
hasDwNotificationData
boolean hasDwNotificationData()optional .DeathWatchNotificationData dwNotificationData = 7;- Returns:
- Whether the dwNotificationData field is set.
-
getDwNotificationData
SystemMessageFormats.DeathWatchNotificationData getDwNotificationData()optional .DeathWatchNotificationData dwNotificationData = 7;- Returns:
- The dwNotificationData.
-
getDwNotificationDataOrBuilder
SystemMessageFormats.DeathWatchNotificationDataOrBuilder getDwNotificationDataOrBuilder()optional .DeathWatchNotificationData dwNotificationData = 7;
-