akka.remote
Interface RemoteProtocol.PropsProtocolOrBuilder

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

public static interface RemoteProtocol.PropsProtocolOrBuilder


Method Summary
 com.google.protobuf.ByteString getCreator()
           
 RemoteProtocol.DeployProtocol getDeploy()
           
 RemoteProtocol.DeployProtocolOrBuilder getDeployOrBuilder()
           
 java.lang.String getDispatcher()
           
 java.lang.String getFromClassCreator()
           
 com.google.protobuf.ByteString getRouterConfig()
           
 boolean hasCreator()
           
 boolean hasDeploy()
           
 boolean hasDispatcher()
           
 boolean hasFromClassCreator()
           
 boolean hasRouterConfig()
           
 

Method Detail

hasDispatcher

boolean hasDispatcher()

getDispatcher

java.lang.String getDispatcher()

hasDeploy

boolean hasDeploy()

getDeploy

RemoteProtocol.DeployProtocol getDeploy()

getDeployOrBuilder

RemoteProtocol.DeployProtocolOrBuilder getDeployOrBuilder()

hasFromClassCreator

boolean hasFromClassCreator()

getFromClassCreator

java.lang.String getFromClassCreator()

hasCreator

boolean hasCreator()

getCreator

com.google.protobuf.ByteString getCreator()

hasRouterConfig

boolean hasRouterConfig()

getRouterConfig

com.google.protobuf.ByteString getRouterConfig()