Context.See: Description
| Interface | Description |
|---|---|
| MutableRegistry<T> |
A
Registry that is also mutable. |
| Registry |
An object that can potentially provide objects of given types.
|
| Class | Description |
|---|---|
| RegistryBuilder |
| Exception | Description |
|---|---|
| NotInRegistryException |
Thrown when a request is made for an object that a registry cannot provide.
|
Context.
A service is just an object that may be able to provide an object of a given type. Typically, upstream handlers add
objects to the service for downstream handlers to use.
This packageRegistry