Interface DistributedPubSubMessages.SendOrBuilder
- 
- All Superinterfaces:
- org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,- org.apache.pekko.protobufv3.internal.MessageOrBuilder
 - All Known Implementing Classes:
- DistributedPubSubMessages.Send,- DistributedPubSubMessages.Send.Builder
 - Enclosing class:
- DistributedPubSubMessages
 
 public static interface DistributedPubSubMessages.SendOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetLocalAffinity()required bool localAffinity = 2;java.lang.StringgetPath()required string path = 1;org.apache.pekko.protobufv3.internal.ByteStringgetPathBytes()required string path = 1;DistributedPubSubMessages.PayloadgetPayload()required .Payload payload = 3;DistributedPubSubMessages.PayloadOrBuildergetPayloadOrBuilder()required .Payload payload = 3;booleanhasLocalAffinity()required bool localAffinity = 2;booleanhasPath()required string path = 1;booleanhasPayload()required .Payload payload = 3;- 
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- 
hasPathboolean hasPath() required string path = 1;- Returns:
- Whether the path field is set.
 
 - 
getPathjava.lang.String getPath() required string path = 1;- Returns:
- The path.
 
 - 
getPathBytesorg.apache.pekko.protobufv3.internal.ByteString getPathBytes() required string path = 1;- Returns:
- The bytes for path.
 
 - 
hasLocalAffinityboolean hasLocalAffinity() required bool localAffinity = 2;- Returns:
- Whether the localAffinity field is set.
 
 - 
getLocalAffinityboolean getLocalAffinity() required bool localAffinity = 2;- Returns:
- The localAffinity.
 
 - 
hasPayloadboolean hasPayload() required .Payload payload = 3;- Returns:
- Whether the payload field is set.
 
 - 
getPayloadDistributedPubSubMessages.Payload getPayload() required .Payload payload = 3;- Returns:
- The payload.
 
 - 
getPayloadOrBuilderDistributedPubSubMessages.PayloadOrBuilder getPayloadOrBuilder() required .Payload payload = 3;
 
- 
 
-