| Interface | Description |
|---|---|
| Component<Type> |
A component represents a part of a system that requires a number of
interfaces and provides a number of interfaces.
|
| NamedInterface | |
| ProvidedInterface |
Represents an interface provided by a component.
|
| RequiredInterface | |
| Scope |
A scope represents a set of running services and the runtime information for
the started components and is (usually) the result of starting a container.
|
| Class | Description |
|---|---|
| AbstractComponent<Type> |
Abstract subsystem class making it easy to implement new subsystems.
|
| DefaultProvidedInterface |
Default implementation of a service descriptor.
|
| DefaultRequiredInterface | |
| DefaultScope |
| Exception | Description |
|---|---|
| SystemAssemblyException |
Exception thrown when an error occurs in assembling the systems.
|
Copyright © 2025. All rights reserved.