Class WorkerServer
java.lang.Object
org.apache.pulsar.functions.worker.rest.WorkerServer
-
Constructor Summary
ConstructorsConstructorDescriptionWorkerServer(WorkerService workerService, AuthenticationService authenticationService) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.pulsar.common.util.PulsarSslConfigurationbuildSslConfiguration(WorkerConfig config) protected voidvoidstart()voidstop()
-
Constructor Details
-
WorkerServer
-
-
Method Details
-
start
- Throws:
Exception
-
stop
public void stop() -
getListenPortHTTP
-
getListenPortHTTPS
-
refreshSslContext
protected void refreshSslContext() -
buildSslConfiguration
protected org.apache.pulsar.common.util.PulsarSslConfiguration buildSslConfiguration(WorkerConfig config)
-