类 ProxyServiceStarter
java.lang.Object
org.apache.pulsar.proxy.server.ProxyServiceStarter
Starts an instance of the Pulsar ProxyService.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidaddWebServerHandlers(WebServer server, ProxyConfiguration config, ProxyService service, BrokerDiscoveryProvider discoveryProvider) voidclose()static voidvoidstart()
-
构造器详细资料
-
ProxyServiceStarter
- 抛出:
Exception
-
-
方法详细资料
-
main
- 抛出:
Exception
-
start
- 抛出:
Exception
-
close
public void close() -
addWebServerHandlers
public static void addWebServerHandlers(WebServer server, ProxyConfiguration config, ProxyService service, BrokerDiscoveryProvider discoveryProvider) throws Exception - 抛出:
Exception
-
getConfig
-
getServer
-