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 Summary
Modifier and TypeMethodDescriptionbooleanrequired bool localAffinity = 2;getPath()required string path = 1;org.apache.pekko.protobufv3.internal.ByteStringrequired string path = 1;required .Payload payload = 3;required .Payload payload = 3;booleanrequired bool localAffinity = 2;booleanhasPath()required string path = 1;booleanrequired .Payload payload = 3;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
-
hasPath
boolean hasPath()required string path = 1;- Returns:
- Whether the path field is set.
-
getPath
String getPath()required string path = 1;- Returns:
- The path.
-
getPathBytes
org.apache.pekko.protobufv3.internal.ByteString getPathBytes()required string path = 1;- Returns:
- The bytes for path.
-
hasLocalAffinity
boolean hasLocalAffinity()required bool localAffinity = 2;- Returns:
- Whether the localAffinity field is set.
-
getLocalAffinity
boolean getLocalAffinity()required bool localAffinity = 2;- Returns:
- The localAffinity.
-
hasPayload
boolean hasPayload()required .Payload payload = 3;- Returns:
- Whether the payload field is set.
-
getPayload
DistributedPubSubMessages.Payload getPayload()required .Payload payload = 3;- Returns:
- The payload.
-
getPayloadOrBuilder
DistributedPubSubMessages.PayloadOrBuilder getPayloadOrBuilder()required .Payload payload = 3;
-