Uses of Interface
org.drools.ruleunits.api.DataProcessor
-
Packages that use DataProcessor Package Description org.drools.ruleunits.api -
-
Uses of DataProcessor in org.drools.ruleunits.api
Methods in org.drools.ruleunits.api that return DataProcessor Modifier and Type Method Description static <T> DataProcessor<T>
DataObserver. of(Consumer<T> consumer)
static <T> DataProcessor<T>
DataObserver. ofUpdatable(Consumer<T> consumer)
Methods in org.drools.ruleunits.api with parameters of type DataProcessor Modifier and Type Method Description void
DataSource. subscribe(DataProcessor<T> subscriber)
Subscribes this DataSource to aDataProcessor
that will be notified of all the changes occurred to the facts going through the DataSource.
-