KtorApplication 
    Superclass for Ktor applications that use Tegral Web Application.
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").
Link copied to clipboard
                  Settings used for building the application. These are the same as the ones provided as parameters to Ktor's embeddedServer function.