public static interface WireFormats.DeployDataOrBuilder
extends akka.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
akka.protobuf.ByteString |
getConfig()
optional bytes config = 2; |
java.lang.String |
getDispatcher()
optional string dispatcher = 5; |
akka.protobuf.ByteString |
getDispatcherBytes()
optional string dispatcher = 5; |
java.lang.String |
getPath()
required string path = 1; |
akka.protobuf.ByteString |
getPathBytes()
required string path = 1; |
akka.protobuf.ByteString |
getRouterConfig()
optional bytes routerConfig = 3; |
akka.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; |
boolean hasPath()
required string path = 1;
java.lang.String getPath()
required string path = 1;
akka.protobuf.ByteString getPathBytes()
required string path = 1;
boolean hasConfig()
optional bytes config = 2;
akka.protobuf.ByteString getConfig()
optional bytes config = 2;
boolean hasRouterConfig()
optional bytes routerConfig = 3;
akka.protobuf.ByteString getRouterConfig()
optional bytes routerConfig = 3;
boolean hasScope()
optional bytes scope = 4;
akka.protobuf.ByteString getScope()
optional bytes scope = 4;
boolean hasDispatcher()
optional string dispatcher = 5;
java.lang.String getDispatcher()
optional string dispatcher = 5;
akka.protobuf.ByteString getDispatcherBytes()
optional string dispatcher = 5;