this.cleanerExecutor = Executors.newSingleThreadExecutor();
this.socketListenerExecutor = Executors.newSingleThreadExecutor();
this.listenerPort = listenerPort;
this.iterationTimeInSeconds = iterationTimeInSeconds;
this.maxLifetimeInSeconds = maxLifetimeInSeconds;
this.handleMessageTaskFactory = new HandleMessageTaskFactory();
}