akka.contrib.pattern.protobuf.msg
Interface DistributedPubSubMessages.AddressOrBuilder

All Known Implementing Classes:
DistributedPubSubMessages.Address, DistributedPubSubMessages.Address.Builder
Enclosing class:
DistributedPubSubMessages

public static interface DistributedPubSubMessages.AddressOrBuilder


Method Summary
 java.lang.String getHostname()
          required string hostname = 2;
 com.google.protobuf.ByteString getHostnameBytes()
          required string hostname = 2;
 int getPort()
          required uint32 port = 3;
 java.lang.String getProtocol()
          optional string protocol = 4;
 com.google.protobuf.ByteString getProtocolBytes()
          optional string protocol = 4;
 java.lang.String getSystem()
          required string system = 1;
 com.google.protobuf.ByteString getSystemBytes()
          required string system = 1;
 boolean hasHostname()
          required string hostname = 2;
 boolean hasPort()
          required uint32 port = 3;
 boolean hasProtocol()
          optional string protocol = 4;
 boolean hasSystem()
          required string system = 1;
 

Method Detail

hasSystem

boolean hasSystem()
required string system = 1;


getSystem

java.lang.String getSystem()
required string system = 1;


getSystemBytes

com.google.protobuf.ByteString getSystemBytes()
required string system = 1;


hasHostname

boolean hasHostname()
required string hostname = 2;


getHostname

java.lang.String getHostname()
required string hostname = 2;


getHostnameBytes

com.google.protobuf.ByteString getHostnameBytes()
required string hostname = 2;


hasPort

boolean hasPort()
required uint32 port = 3;


getPort

int getPort()
required uint32 port = 3;


hasProtocol

boolean hasProtocol()
optional string protocol = 4;


getProtocol

java.lang.String getProtocol()
optional string protocol = 4;


getProtocolBytes

com.google.protobuf.ByteString getProtocolBytes()
optional string protocol = 4;