Package org.apache.pulsar.proxy.server
Class ProxyServiceStarter
java.lang.Object
org.apache.pulsar.proxy.server.ProxyServiceStarter
Starts an instance of the Pulsar ProxyService.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddWebServerHandlers(WebServer server, ProxyConfiguration config, ProxyService service, BrokerDiscoveryProvider discoveryProvider) voidclose()static voidvoidstart()
-
Constructor Details
-
ProxyServiceStarter
- Throws:
Exception
-
-
Method Details
-
main
- Throws:
Exception
-
start
- Throws:
Exception
-
close
public void close() -
addWebServerHandlers
public static void addWebServerHandlers(WebServer server, ProxyConfiguration config, ProxyService service, BrokerDiscoveryProvider discoveryProvider) throws Exception - Throws:
Exception
-
getConfig
-
getServer
-