akka.remote
Interface RemoteProtocol.DeployProtocolOrBuilder

All Known Implementing Classes:
RemoteProtocol.DeployProtocol, RemoteProtocol.DeployProtocol.Builder
Enclosing class:
RemoteProtocol

public static interface RemoteProtocol.DeployProtocolOrBuilder


Method Summary
 com.google.protobuf.ByteString getConfig()
           
 java.lang.String getPath()
           
 com.google.protobuf.ByteString getRouterConfig()
           
 com.google.protobuf.ByteString getScope()
           
 boolean hasConfig()
           
 boolean hasPath()
           
 boolean hasRouterConfig()
           
 boolean hasScope()
           
 

Method Detail

hasPath

boolean hasPath()

getPath

java.lang.String getPath()

hasConfig

boolean hasConfig()

getConfig

com.google.protobuf.ByteString getConfig()

hasRouterConfig

boolean hasRouterConfig()

getRouterConfig

com.google.protobuf.ByteString getRouterConfig()

hasScope

boolean hasScope()

getScope

com.google.protobuf.ByteString getScope()