KtorApplication
Superclass for Ktor applications that use Tegral Web Application.
Constructors
Functions
Properties
Link copied to clipboard
The name of this application. Modules are only installed if their KtorModule.restrictToAppName matches this value. By default, both appName
and KtorModule.restrictToAppName are set to null
. null
is just the default value and does not have any specific meaning (it does NOT mean "put this module everywhere").