Package io.confluent.rest
Class ControllerInternalRestServer
java.lang.Object
io.confluent.rest.ControllerInternalRestServer
-
Constructor Summary
ConstructorsConstructorDescriptionControllerInternalRestServer(int port, BeginShutdownControllerHandle beginShutdownControllerHandle, CheckReadyControllerHandle checkReadyControllerHandle) -
Method Summary
-
Constructor Details
-
ControllerInternalRestServer
public ControllerInternalRestServer(int port, BeginShutdownControllerHandle beginShutdownControllerHandle, CheckReadyControllerHandle checkReadyControllerHandle) - Parameters:
port- the port at which to star the Rest ServerbeginShutdownControllerHandle- A non-null implementation ofBeginShutdownControllerHandle. This instance will invoke close() on the handle; the creator should not do socheckReadyControllerHandle- A non-null implementation ofCheckReadyControllerHandle. This instance will invoke close() on the handle; the creator should not do so
-
-
Method Details