DefaultApplication
Attributes
- Graph
-
- Supertypes
Members list
Value members
Constructors
Concrete methods
The application's classloader
The absolute path hosting this application, mainly used by the getFile(path) helper method
The absolute path hosting this application, mainly used by the getFile(path) helper method
Attributes
- Definition Classes
Stop the application. The returned future will be redeemed when all stop hooks have been run.
Stop the application. The returned future will be redeemed when all stop hooks have been run.
Attributes
- Definition Classes
Inherited methods
Return the application as a Java application.
Dev, Prod or Test
Concrete fields
The default ActorSystem used by the application.
The default ActorSystem used by the application.
Attributes
The default CoordinatedShutdown to stop the Application
The default CoordinatedShutdown to stop the Application
Attributes
The application's environment
The application's environment
Attributes
The HTTP error handler
The HTTP error handler
Attributes
Get the runtime injector for this application. In a runtime dependency injection based application, this can be used to obtain components as bound by the DI framework.
Get the runtime injector for this application. In a runtime dependency injection based application, this can be used to obtain components as bound by the DI framework.
Attributes
- Returns
-
The injector.
The default Materializer used by the application.
The default Materializer used by the application.
Attributes
The factory used to create requests for this application.
The factory used to create requests for this application.
Attributes
The HTTP request handler
The HTTP request handler