akka.remote
Interface WireFormats.DeployDataOrBuilder

All Known Implementing Classes:
WireFormats.DeployData, WireFormats.DeployData.Builder
Enclosing class:
WireFormats

public static interface WireFormats.DeployDataOrBuilder


Method Summary
 com.google.protobuf.ByteString getConfig()
           
 java.lang.String getDispatcher()
           
 java.lang.String getPath()
           
 com.google.protobuf.ByteString getRouterConfig()
           
 com.google.protobuf.ByteString getScope()
           
 boolean hasConfig()
           
 boolean hasDispatcher()
           
 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()

hasDispatcher

boolean hasDispatcher()

getDispatcher

java.lang.String getDispatcher()