| Constructor and Description |
|---|
RangeLimit(ConfigLoadContext sc,
org.json.JSONObject config) |
RangeLimit(String key,
double min,
double max) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
passes(MessageProcessingContext ctx)
Return true if the Filter passes the message in the given context.
|
org.json.JSONObject |
toJson() |
public RangeLimit(String key, double min, double max)
public RangeLimit(ConfigLoadContext sc, org.json.JSONObject config) throws Builder.BuildFailure
Builder.BuildFailurepublic org.json.JSONObject toJson()
toJson in interface io.continual.util.data.json.JsonSerializedpublic boolean passes(MessageProcessingContext ctx)
FilterCopyright © 2021 continual.io. All rights reserved.