All Downloads are FREE. Search and download functionalities are using the official Maven repository.

stream.flow.OnChange.md Maven / Gradle / Ivy

There is a newer version: 0.9.10
Show newest version
OnChange
========

The *OnChange* processor is a processor list that executes all nested
processors if some state has changed. This is similar to the *If*
processor, but provides support for a process state check.

In the following example, the *Message* processor is only executed if
the context variable `status` changes from `green` to `yellow`:

      ...
      
         
      




© 2015 - 2024 Weber Informatics LLC | Privacy Policy