Package org.apache.pekko.remote
Interface WireFormats.DaemonMsgCreateDataOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
WireFormats.DaemonMsgCreateData,WireFormats.DaemonMsgCreateData.Builder
- Enclosing class:
- WireFormats
public static interface WireFormats.DaemonMsgCreateDataOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionrequired .DeployData deploy = 2;required .DeployData deploy = 2;getPath()required string path = 3;org.apache.pekko.protobufv3.internal.ByteStringrequired string path = 3;getProps()required .PropsData props = 1;required .PropsData props = 1;required .ActorRefData supervisor = 4;required .ActorRefData supervisor = 4;booleanrequired .DeployData deploy = 2;booleanhasPath()required string path = 3;booleanhasProps()required .PropsData props = 1;booleanrequired .ActorRefData supervisor = 4;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
-
hasProps
boolean hasProps()required .PropsData props = 1;- Returns:
- Whether the props field is set.
-
getProps
WireFormats.PropsData getProps()required .PropsData props = 1;- Returns:
- The props.
-
getPropsOrBuilder
WireFormats.PropsDataOrBuilder getPropsOrBuilder()required .PropsData props = 1; -
hasDeploy
boolean hasDeploy()required .DeployData deploy = 2;- Returns:
- Whether the deploy field is set.
-
getDeploy
WireFormats.DeployData getDeploy()required .DeployData deploy = 2;- Returns:
- The deploy.
-
getDeployOrBuilder
WireFormats.DeployDataOrBuilder getDeployOrBuilder()required .DeployData deploy = 2; -
hasPath
boolean hasPath()required string path = 3;- Returns:
- Whether the path field is set.
-
getPath
String getPath()required string path = 3;- Returns:
- The path.
-
getPathBytes
org.apache.pekko.protobufv3.internal.ByteString getPathBytes()required string path = 3;- Returns:
- The bytes for path.
-
hasSupervisor
boolean hasSupervisor()required .ActorRefData supervisor = 4;- Returns:
- Whether the supervisor field is set.
-
getSupervisor
WireFormats.ActorRefData getSupervisor()required .ActorRefData supervisor = 4;- Returns:
- The supervisor.
-
getSupervisorOrBuilder
WireFormats.ActorRefDataOrBuilder getSupervisorOrBuilder()required .ActorRefData supervisor = 4;
-