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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description WireFormats.DeployDatagetDeploy()required .DeployData deploy = 2;WireFormats.DeployDataOrBuildergetDeployOrBuilder()required .DeployData deploy = 2;java.lang.StringgetPath()required string path = 3;org.apache.pekko.protobufv3.internal.ByteStringgetPathBytes()required string path = 3;WireFormats.PropsDatagetProps()required .PropsData props = 1;WireFormats.PropsDataOrBuildergetPropsOrBuilder()required .PropsData props = 1;WireFormats.ActorRefDatagetSupervisor()required .ActorRefData supervisor = 4;WireFormats.ActorRefDataOrBuildergetSupervisorOrBuilder()required .ActorRefData supervisor = 4;booleanhasDeploy()required .DeployData deploy = 2;booleanhasPath()required string path = 3;booleanhasProps()required .PropsData props = 1;booleanhasSupervisor()required .ActorRefData supervisor = 4;- 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilderisInitialized
 - 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasPropsboolean hasProps() required .PropsData props = 1;- Returns:
- Whether the props field is set.
 
 - 
getPropsWireFormats.PropsData getProps() required .PropsData props = 1;- Returns:
- The props.
 
 - 
getPropsOrBuilderWireFormats.PropsDataOrBuilder getPropsOrBuilder() required .PropsData props = 1;
 - 
hasDeployboolean hasDeploy() required .DeployData deploy = 2;- Returns:
- Whether the deploy field is set.
 
 - 
getDeployWireFormats.DeployData getDeploy() required .DeployData deploy = 2;- Returns:
- The deploy.
 
 - 
getDeployOrBuilderWireFormats.DeployDataOrBuilder getDeployOrBuilder() required .DeployData deploy = 2;
 - 
hasPathboolean hasPath() required string path = 3;- Returns:
- Whether the path field is set.
 
 - 
getPathjava.lang.String getPath() required string path = 3;- Returns:
- The path.
 
 - 
getPathBytesorg.apache.pekko.protobufv3.internal.ByteString getPathBytes() required string path = 3;- Returns:
- The bytes for path.
 
 - 
hasSupervisorboolean hasSupervisor() required .ActorRefData supervisor = 4;- Returns:
- Whether the supervisor field is set.
 
 - 
getSupervisorWireFormats.ActorRefData getSupervisor() required .ActorRefData supervisor = 4;- Returns:
- The supervisor.
 
 - 
getSupervisorOrBuilderWireFormats.ActorRefDataOrBuilder getSupervisorOrBuilder() required .ActorRefData supervisor = 4;
 
- 
 
-