Uses of Class
com.tccc.kos.core.service.app.BaseAppConfig
Packages that use BaseAppConfig
Package
Description
This package provides the core application framework for KOS, including application lifecycle management,
dynamic loading capabilities, and messaging infrastructure.
-
Uses of BaseAppConfig in com.tccc.kos.core.service.app
Classes in com.tccc.kos.core.service.app with type parameters of type BaseAppConfigModifier and TypeClassDescriptionclass
Application<T extends BaseAppConfig>
Base class for all KOS applications.class
SystemApplication<T extends BaseAppConfig>
Base class for system applications, which simply adds convenience methods to the baseApplication
type.