akka.remote
Interface WireFormats.ActorRefDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WireFormats.ActorRefData, WireFormats.ActorRefData.Builder
Enclosing class:
WireFormats

public static interface WireFormats.ActorRefDataOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 java.lang.String getPath()
          required string path = 1;
 com.google.protobuf.ByteString getPathBytes()
          required string path = 1;
 boolean hasPath()
          required string path = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasPath

boolean hasPath()
required string path = 1;


getPath

java.lang.String getPath()
required string path = 1;


getPathBytes

com.google.protobuf.ByteString getPathBytes()
required string path = 1;