Class WorkerServer

java.lang.Object
org.apache.pulsar.functions.worker.rest.WorkerServer

public class WorkerServer extends Object
  • Constructor Details

  • Method Details

    • start

      public void start() throws Exception
      Throws:
      Exception
    • stop

      public void stop()
    • getListenPortHTTP

      public Optional<Integer> getListenPortHTTP()
    • getListenPortHTTPS

      public Optional<Integer> getListenPortHTTPS()
    • refreshSslContext

      protected void refreshSslContext()
    • buildSslConfiguration

      protected org.apache.pulsar.common.util.PulsarSslConfiguration buildSslConfiguration(WorkerConfig config)