| Package | Description |
|---|---|
| com.xpcagey.config.spi | |
| com.xpcagey.config.spi.helpers |
| Class and Description |
|---|
| ConfigSink
ConfigSink represents an arbitrary command handler; it may be used to initialize the core package, take snapshots,
serialize a configuration update stream, or provide a diffing engine.
|
| ConfigSource
ConfigSource represents an arbitrary mutable, strongly typed value store; it is designed to allow loose coupling
with cagey-config systems by passing update commands on change.
|
| IllegalPathException
IllegalPathException should be thrown by a ConfigServiceProvider if a requested path is malformed or unreachable.
|
| ValueCommand
ValueCommand provides a loose coupling between a ConfigSource and one or more ConfigSinks that allows updates after
initialization without a direct binding.
|
| Class and Description |
|---|
| ConfigSink
ConfigSink represents an arbitrary command handler; it may be used to initialize the core package, take snapshots,
serialize a configuration update stream, or provide a diffing engine.
|
| ValueCommand
ValueCommand provides a loose coupling between a ConfigSource and one or more ConfigSinks that allows updates after
initialization without a direct binding.
|
Copyright © 2018. All rights reserved.