Interface ExecutionContext.ConfigurationContext

All Superinterfaces:
Configuration
All Known Implementing Classes:
GlobalConfigurationContext
Enclosing interface:
ExecutionContext

public static interface ExecutionContext.ConfigurationContext extends Configuration
  • Method Details

    • configureOnce

      <RESULT> RESULT configureOnce(String identifier, Supplier<RESULT> task)
      Type Parameters:
      RESULT - of the task
      Parameters:
      identifier - of configurator
      task - to execute for the identifier
      Returns:
      result of the task