Package akka.cluster.pubsub.protobuf.msg
Interface DistributedPubSubMessages.AddressOrBuilder
- 
- All Superinterfaces:
 akka.protobufv3.internal.MessageLiteOrBuilder,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
 DistributedPubSubMessages.Address,DistributedPubSubMessages.Address.Builder
- Enclosing class:
 - DistributedPubSubMessages
 
public static interface DistributedPubSubMessages.AddressOrBuilder extends akka.protobufv3.internal.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetHostname()required string hostname = 2;akka.protobufv3.internal.ByteStringgetHostnameBytes()required string hostname = 2;intgetPort()required uint32 port = 3;java.lang.StringgetProtocol()optional string protocol = 4;akka.protobufv3.internal.ByteStringgetProtocolBytes()optional string protocol = 4;java.lang.StringgetSystem()required string system = 1;akka.protobufv3.internal.ByteStringgetSystemBytes()required string system = 1;booleanhasHostname()required string hostname = 2;booleanhasPort()required uint32 port = 3;booleanhasProtocol()optional string protocol = 4;booleanhasSystem()required string system = 1;- 
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasSystem
boolean hasSystem()
required string system = 1;- Returns:
 - Whether the system field is set.
 
 
- 
getSystem
java.lang.String getSystem()
required string system = 1;- Returns:
 - The system.
 
 
- 
getSystemBytes
akka.protobufv3.internal.ByteString getSystemBytes()
required string system = 1;- Returns:
 - The bytes for system.
 
 
- 
hasHostname
boolean hasHostname()
required string hostname = 2;- Returns:
 - Whether the hostname field is set.
 
 
- 
getHostname
java.lang.String getHostname()
required string hostname = 2;- Returns:
 - The hostname.
 
 
- 
getHostnameBytes
akka.protobufv3.internal.ByteString getHostnameBytes()
required string hostname = 2;- Returns:
 - The bytes for hostname.
 
 
- 
hasPort
boolean hasPort()
required uint32 port = 3;- Returns:
 - Whether the port field is set.
 
 
- 
getPort
int getPort()
required uint32 port = 3;- Returns:
 - The port.
 
 
- 
hasProtocol
boolean hasProtocol()
optional string protocol = 4;- Returns:
 - Whether the protocol field is set.
 
 
- 
getProtocol
java.lang.String getProtocol()
optional string protocol = 4;- Returns:
 - The protocol.
 
 
- 
getProtocolBytes
akka.protobufv3.internal.ByteString getProtocolBytes()
optional string protocol = 4;- Returns:
 - The bytes for protocol.
 
 
 - 
 
 -