|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Beta public interface EnricherType
Gives type information for an Enricher. It is immutable.
For enrichers that can support config keys etc being added on-the-fly,
then this EnricherType will be a snapshot and subsequent snapshots will
include the changes.
| Method Summary | |
|---|---|
brooklyn.config.ConfigKey<?> |
getConfigKey(String name)
The ConfigKey with the given name, or null if not found. |
Set<brooklyn.config.ConfigKey<?>> |
getConfigKeys()
ConfigKeys available on this policy. |
String |
getName()
The type name of this policy (normally the fully qualified class name). |
| Method Detail |
|---|
String getName()
Set<brooklyn.config.ConfigKey<?>> getConfigKeys()
brooklyn.config.ConfigKey<?> getConfigKey(String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||