Interface Bootstrap.ConfigurationPersisterFactory

    • Method Detail

      • createConfigurationPersister

        ExtensibleConfigurationPersister createConfigurationPersister​(ServerEnvironment serverEnvironment,
                                                                      ExecutorService executorService)
        Parameters:
        serverEnvironment - the server environment. Cannot be null
        executorService - an executor service the configuration persister can use. May be null if asynchronous work is not supported
        Returns:
        the configuration persister. Will not be null