Package com.framed.cdss.reactors
Class RRMismatchClassificationReactor
java.lang.Object
com.framed.core.Service
com.framed.arn.Reactor
com.framed.cdss.reactors.RRMismatchClassificationReactor
-
Nested Class Summary
Nested classes/interfaces inherited from class com.framed.arn.Reactor
Reactor.Snapshot -
Field Summary
Fields inherited from class com.framed.arn.Reactor
addressGroup, id, inputChannels, lastLogicalFireTs, outputChannelsFields inherited from class com.framed.core.Service
ADDRESS_REGISTRY_SUFFIX, eventBus, formatter, logger -
Constructor Summary
ConstructorsConstructorDescriptionRRMismatchClassificationReactor(EventBus eventBus, String id, String rrEstimationChannel, String rrSettingsChannel, org.json.JSONArray outputChannels, int varLimit, boolean atomic) -
Method Summary
Modifier and TypeMethodDescriptionvoidreactionFunction(Map<String, Object> latestSnapshot) Called once per evaluation cycle when any rule is satisfied.Methods inherited from class com.framed.arn.Reactor
getInputChannels, getOutputChannels, valueMatchesExpectedMethods inherited from class com.framed.core.Service
addressRegistry, announceAddress, stop
-
Constructor Details
-
RRMismatchClassificationReactor
-
-
Method Details
-
reactionFunction
Description copied from class:ReactorCalled once per evaluation cycle when any rule is satisfied.- Specified by:
reactionFunctionin classReactor- Parameters:
latestSnapshot- immutable snapshot of latest channel values and timestamps
-
