Class RulesEngine.AssetStateChangeEvent

java.lang.Object
org.openremote.manager.rules.RulesEngine.AssetStateChangeEvent
Enclosing class:
RulesEngine<T extends org.openremote.model.rules.Ruleset>

public static final class RulesEngine.AssetStateChangeEvent extends Object
Allows rule deployments to track changes to the AttributeInfos in scope
  • Field Details

    • cause

      public org.openremote.model.PersistenceEvent.Cause cause
    • assetState

      public org.openremote.model.attribute.AttributeInfo assetState
  • Constructor Details

    • AssetStateChangeEvent

      public AssetStateChangeEvent(org.openremote.model.PersistenceEvent.Cause cause, org.openremote.model.attribute.AttributeInfo assetState)