theClientIdTransferable = null;
} else {
theClientIdTransferable = theClientId;
}
LOG.info("Client \"{}\" initialized.", theClientId);
return new RemoteEventServiceConfigurationTransferable(theConfiguration.getMinWaitingTime(), theConfiguration.getMaxWaitingTime(),
theConfiguration.getTimeoutTime(), theConfiguration.getReconnectAttemptCount(), theClientIdTransferable, theConfiguration.getConnectionStrategyClientConnectorClassName());
}