Package io.vertigo.core.node.component
Interface Component
- All Superinterfaces:
CoreComponent
- All Known Subinterfaces:
AnalyticsManager,DaemonManager,LocaleManager,Manager,ParamManager,ResourceManager
- All Known Implementing Classes:
AnalyticsManagerImpl,DaemonManagerImpl,LocaleManagerImpl,ParamManagerImpl,ResourceManagerImpl
Defines the common interface for components in the system.
Represents a modular building block in a module, integrating with
- plugins,
- connectors,
- amplifiers.
Components can be utilized by other core components to build complex systems, ensuring flexibility and interoperability.
- Author:
- pchretien
- See Also: