Interface Bootstrap.ConfigurationPersisterFactory

Enclosing interface:
Bootstrap

public static interface Bootstrap.ConfigurationPersisterFactory
A factory for the ExtensibleConfigurationPersister to be used by this server
  • Method Details

    • 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