Package akka.cluster.pubsub.protobuf.msg
Interface DistributedPubSubMessages.SendToAllOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
DistributedPubSubMessages.SendToAll
,DistributedPubSubMessages.SendToAll.Builder
- Enclosing class:
- DistributedPubSubMessages
public static interface DistributedPubSubMessages.SendToAllOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getAllButSelf()
required bool allButSelf = 2;
java.lang.String
getPath()
required string path = 1;
akka.protobufv3.internal.ByteString
getPathBytes()
required string path = 1;
DistributedPubSubMessages.Payload
getPayload()
required .Payload payload = 3;
DistributedPubSubMessages.PayloadOrBuilder
getPayloadOrBuilder()
required .Payload payload = 3;
boolean
hasAllButSelf()
required bool allButSelf = 2;
boolean
hasPath()
required string path = 1;
boolean
hasPayload()
required .Payload payload = 3;
-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPath
boolean hasPath()
required string path = 1;
- Returns:
- Whether the path field is set.
-
getPath
java.lang.String getPath()
required string path = 1;
- Returns:
- The path.
-
getPathBytes
akka.protobufv3.internal.ByteString getPathBytes()
required string path = 1;
- Returns:
- The bytes for path.
-
hasAllButSelf
boolean hasAllButSelf()
required bool allButSelf = 2;
- Returns:
- Whether the allButSelf field is set.
-
getAllButSelf
boolean getAllButSelf()
required bool allButSelf = 2;
- Returns:
- The allButSelf.
-
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;
-
-