Package akka.remote
Interface SystemMessageFormats.SystemMessageOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
SystemMessageFormats.SystemMessage,SystemMessageFormats.SystemMessage.Builder
- Enclosing class:
- SystemMessageFormats
public static interface SystemMessageFormats.SystemMessageOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerFormats.PayloadgetCauseData()optional .Payload causeData = 3;ContainerFormats.PayloadOrBuildergetCauseDataOrBuilder()optional .Payload causeData = 3;SystemMessageFormats.DeathWatchNotificationDatagetDwNotificationData()optional .DeathWatchNotificationData dwNotificationData = 7;SystemMessageFormats.DeathWatchNotificationDataOrBuildergetDwNotificationDataOrBuilder()optional .DeathWatchNotificationData dwNotificationData = 7;SystemMessageFormats.FailedDatagetFailedData()optional .FailedData failedData = 6;SystemMessageFormats.FailedDataOrBuildergetFailedDataOrBuilder()optional .FailedData failedData = 6;SystemMessageFormats.SuperviseDatagetSuperviseData()optional .SuperviseData superviseData = 5;SystemMessageFormats.SuperviseDataOrBuildergetSuperviseDataOrBuilder()optional .SuperviseData superviseData = 5;SystemMessageFormats.SystemMessage.TypegetType()required .SystemMessage.Type type = 1;SystemMessageFormats.WatchDatagetWatchData()optional .WatchData watchData = 2;SystemMessageFormats.WatchDataOrBuildergetWatchDataOrBuilder()optional .WatchData watchData = 2;booleanhasCauseData()optional .Payload causeData = 3;booleanhasDwNotificationData()optional .DeathWatchNotificationData dwNotificationData = 7;booleanhasFailedData()optional .FailedData failedData = 6;booleanhasSuperviseData()optional .SuperviseData superviseData = 5;booleanhasType()required .SystemMessage.Type type = 1;booleanhasWatchData()optional .WatchData watchData = 2;-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-