public interface RuleChecker
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader()
Get a header, which is the name of metric, the observer measures.
|
void |
update(PathCache cache,
FieldCounter<RuleCheckingOutput> results)
A push method which is called by the subject, and which transport
information to the Observer objects.
|
void update(PathCache cache, FieldCounter<RuleCheckingOutput> results)
cache - The JSON cache objectresults - The result mapString getHeader()
Copyright © 2020. All rights reserved.