public interface Context<T extends Context<T>> extends Observable<T>, JsonSerializable
Contexts are immutable network/component/instance configurations that
are used by Vertigo to construct networks, components, and their connections.
All contexts are ultimately derived from a NetworkConfig
instance. Contexts are observable through Vertigo's clustering mechanisms,
allowing networks and components to monitor configurations for changes
internally and update their state at runtime.
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Returns the context address.
|
notify, registerObserver, unregisterObserverString address()
Copyright © 2013-2014. All Rights Reserved.