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()
          optional bytes config = 2;
 java.lang.String getDispatcher()
          optional string dispatcher = 5;
 com.google.protobuf.ByteString getDispatcherBytes()
          optional string dispatcher = 5;
 java.lang.String getPath()
          required string path = 1;
 com.google.protobuf.ByteString getPathBytes()
          required string path = 1;
 com.google.protobuf.ByteString getRouterConfig()
          optional bytes routerConfig = 3;
 com.google.protobuf.ByteString getScope()
          optional bytes scope = 4;
 boolean hasConfig()
          optional bytes config = 2;
 boolean hasDispatcher()
          optional string dispatcher = 5;
 boolean hasPath()
          required string path = 1;
 boolean hasRouterConfig()
          optional bytes routerConfig = 3;
 boolean hasScope()
          optional bytes scope = 4;
 

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;


hasConfig

boolean hasConfig()
optional bytes config = 2;


getConfig

com.google.protobuf.ByteString getConfig()
optional bytes config = 2;


hasRouterConfig

boolean hasRouterConfig()
optional bytes routerConfig = 3;


getRouterConfig

com.google.protobuf.ByteString getRouterConfig()
optional bytes routerConfig = 3;


hasScope

boolean hasScope()
optional bytes scope = 4;


getScope

com.google.protobuf.ByteString getScope()
optional bytes scope = 4;


hasDispatcher

boolean hasDispatcher()
optional string dispatcher = 5;


getDispatcher

java.lang.String getDispatcher()
optional string dispatcher = 5;


getDispatcherBytes

com.google.protobuf.ByteString getDispatcherBytes()
optional string dispatcher = 5;