public class MetaInfoUpdator
extends java.lang.Object
MetaInformation to update.
One can turn off this feature entirely by using the archaius property 'turbine.MetaInfoUpdator.enabled'
and one can control the frequency of the timer task using 'turbine.MetaInfoUpdator.runMillis'| Modifier and Type | Field and Description |
|---|---|
static MetaInfoUpdator |
Instance |
| Modifier and Type | Method and Description |
|---|---|
static void |
addMetaInfo(MetaInformation<?> metaInfo)
Register
MetaInformation to be updated |
static void |
removeMetaInfo(MetaInformation<?> metaInfo)
De0register
MetaInformation |
void |
stop() |
public static final MetaInfoUpdator Instance
public static void addMetaInfo(MetaInformation<?> metaInfo)
MetaInformation to be updatedmetaInfo - public static void removeMetaInfo(MetaInformation<?> metaInfo)
MetaInformationmetaInfo - public void stop()