Package net.messagevortex
Class MessageVortexController
java.lang.Object
net.messagevortex.MessageVortexController
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new vortex controller listening on localhost only. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetTimeout(long milliSeconds) Sets the timeout when the controller should shutdown.voidWait for shutdown of the runner.
-
Constructor Details
-
MessageVortexController
public MessageVortexController()Creates a new vortex controller listening on localhost only.
-
-
Method Details
-
waitForShutdown
public void waitForShutdown()Wait for shutdown of the runner.
-
setTimeout
public void setTimeout(long milliSeconds) Sets the timeout when the controller should shutdown.
- Parameters:
milliSeconds- the time in milliseconds
-