Class ControllerInternalRestServer

java.lang.Object
io.confluent.rest.ControllerInternalRestServer

public class ControllerInternalRestServer extends Object
  • Constructor Details

    • ControllerInternalRestServer

      public ControllerInternalRestServer(int port, BeginShutdownControllerHandle beginShutdownControllerHandle, CheckReadyControllerHandle checkReadyControllerHandle)
      Parameters:
      port - the port at which to star the Rest Server
      beginShutdownControllerHandle - A non-null implementation of BeginShutdownControllerHandle. This instance will invoke close() on the handle; the creator should not do so
      checkReadyControllerHandle - A non-null implementation of CheckReadyControllerHandle. This instance will invoke close() on the handle; the creator should not do so
  • Method Details