@PostConstruct
public void setup() {
if ( clusterServiceFactory == null ) {
configIOService = new IOServiceNio2WrapperImpl( "config" );
} else {
configIOService = new IOServiceClusterImpl(
new IOServiceNio2WrapperImpl( "config" ), clusterServiceFactory, clusterServiceFactory.isAutoStart() );
}
}