Interface EngineContext

All Superinterfaces:
Context

public interface EngineContext extends Context
Interface to implement EngineContext
  • Method Details

    • version

      default String version()
      Get the Engine version
      Returns:
      the Engine version
    • configuration

      default Configuration configuration()
      Get the Engine Configuration
      Specified by:
      configuration in interface Context
      Returns:
      the Engine Configuration
    • getVersion

      String getVersion()
      Get the Engine version
      Returns:
      the Engine version
    • getConfiguration

      Configuration getConfiguration()
      Get the Engine Configuration
      Specified by:
      getConfiguration in interface Context
      Returns:
      the Engine Configuration