Uses of Interface
com.tccc.kos.core.util.Loadable
Packages that use Loadable
Package
Description
This package provides the core application framework for KOS, including application lifecycle management,
dynamic loading capabilities, and messaging infrastructure.
-
Uses of Loadable in com.tccc.kos.core.service.app
Classes in com.tccc.kos.core.service.app that implement LoadableModifier 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. -
Uses of Loadable in com.tccc.kos.core.service.assembly
Classes in com.tccc.kos.core.service.assembly that implement LoadableModifier and TypeClassDescriptionclass
An assembly is used to describe a collection of hardware that can be added or removed as an atomic unit within KOS.