Package akka.remote
Interface WireFormats.DaemonMsgCreateDataOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
WireFormats.DaemonMsgCreateData
,WireFormats.DaemonMsgCreateData.Builder
- Enclosing class:
- WireFormats
public static interface WireFormats.DaemonMsgCreateDataOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WireFormats.DeployData
getDeploy()
required .DeployData deploy = 2;
WireFormats.DeployDataOrBuilder
getDeployOrBuilder()
required .DeployData deploy = 2;
java.lang.String
getPath()
required string path = 3;
akka.protobufv3.internal.ByteString
getPathBytes()
required string path = 3;
WireFormats.PropsData
getProps()
required .PropsData props = 1;
WireFormats.PropsDataOrBuilder
getPropsOrBuilder()
required .PropsData props = 1;
WireFormats.ActorRefData
getSupervisor()
required .ActorRefData supervisor = 4;
WireFormats.ActorRefDataOrBuilder
getSupervisorOrBuilder()
required .ActorRefData supervisor = 4;
boolean
hasDeploy()
required .DeployData deploy = 2;
boolean
hasPath()
required string path = 3;
boolean
hasProps()
required .PropsData props = 1;
boolean
hasSupervisor()
required .ActorRefData supervisor = 4;
-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.lang.String getPath()
required string path = 3;
- Returns:
- The path.
-
getPathBytes
akka.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;
-
-