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.Payload
getCauseData()
optional .Payload causeData = 3;
ContainerFormats.PayloadOrBuilder
getCauseDataOrBuilder()
optional .Payload causeData = 3;
SystemMessageFormats.DeathWatchNotificationData
getDwNotificationData()
optional .DeathWatchNotificationData dwNotificationData = 7;
SystemMessageFormats.DeathWatchNotificationDataOrBuilder
getDwNotificationDataOrBuilder()
optional .DeathWatchNotificationData dwNotificationData = 7;
SystemMessageFormats.FailedData
getFailedData()
optional .FailedData failedData = 6;
SystemMessageFormats.FailedDataOrBuilder
getFailedDataOrBuilder()
optional .FailedData failedData = 6;
SystemMessageFormats.SuperviseData
getSuperviseData()
optional .SuperviseData superviseData = 5;
SystemMessageFormats.SuperviseDataOrBuilder
getSuperviseDataOrBuilder()
optional .SuperviseData superviseData = 5;
SystemMessageFormats.SystemMessage.Type
getType()
required .SystemMessage.Type type = 1;
SystemMessageFormats.WatchData
getWatchData()
optional .WatchData watchData = 2;
SystemMessageFormats.WatchDataOrBuilder
getWatchDataOrBuilder()
optional .WatchData watchData = 2;
boolean
hasCauseData()
optional .Payload causeData = 3;
boolean
hasDwNotificationData()
optional .DeathWatchNotificationData dwNotificationData = 7;
boolean
hasFailedData()
optional .FailedData failedData = 6;
boolean
hasSuperviseData()
optional .SuperviseData superviseData = 5;
boolean
hasType()
required .SystemMessage.Type type = 1;
boolean
hasWatchData()
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;
-
-