Package com.framed.cdss.reactors
Class SFComputationReactor
java.lang.Object
com.framed.core.Service
com.framed.arn.Reactor
com.framed.cdss.reactors.SFComputationReactor
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreactionFunction(Map<String, Object> latestValues) 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
-
SFComputationReactor
-
-
Method Details
-
reactionFunction
Description copied from class:ReactorCalled once per evaluation cycle when any rule is satisfied.- Specified by:
reactionFunctionin classReactor- Parameters:
latestValues- immutable snapshot of latest channel values and timestamps
-
