Interface SpringApplication.Running

Enclosing class:
SpringApplication

public static interface SpringApplication.Running
Provides access to details of a SpringApplication run using SpringApplication.Augmented.run(String...).
Since:
3.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.context.ConfigurableApplicationContext
    Return the root ConfigurableApplicationContext of the running application.
  • Method Details

    • getApplicationContext

      org.springframework.context.ConfigurableApplicationContext getApplicationContext()
      Return the root ConfigurableApplicationContext of the running application.
      Returns:
      the root application context