Package org.apache.pekko.remote
Interface ContainerFormats.ActorInitializationExceptionOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ContainerFormats.ActorInitializationException,ContainerFormats.ActorInitializationException.Builder
- Enclosing class:
- ContainerFormats
public static interface ContainerFormats.ActorInitializationExceptionOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetActor()optional .ActorRef actor = 1;optional .ActorRef actor = 1;getCause()required .Payload cause = 3;required .Payload cause = 3;required string message = 2;org.apache.pekko.protobufv3.internal.ByteStringrequired string message = 2;booleanhasActor()optional .ActorRef actor = 1;booleanhasCause()required .Payload cause = 3;booleanrequired string message = 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
-
hasActor
boolean hasActor()optional .ActorRef actor = 1;- Returns:
- Whether the actor field is set.
-
getActor
ContainerFormats.ActorRef getActor()optional .ActorRef actor = 1;- Returns:
- The actor.
-
getActorOrBuilder
ContainerFormats.ActorRefOrBuilder getActorOrBuilder()optional .ActorRef actor = 1; -
hasMessage
boolean hasMessage()required string message = 2;- Returns:
- Whether the message field is set.
-
getMessage
String getMessage()required string message = 2;- Returns:
- The message.
-
getMessageBytes
org.apache.pekko.protobufv3.internal.ByteString getMessageBytes()required string message = 2;- Returns:
- The bytes for message.
-
hasCause
boolean hasCause()required .Payload cause = 3;- Returns:
- Whether the cause field is set.
-
getCause
ContainerFormats.Payload getCause()required .Payload cause = 3;- Returns:
- The cause.
-
getCauseOrBuilder
ContainerFormats.PayloadOrBuilder getCauseOrBuilder()required .Payload cause = 3;
-