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 voidDataSource. subscribe(DataProcessor<T> subscriber)Subscribes this DataSource to aDataProcessorthat will be notified of all the changes occurred to the facts going through the DataSource.
-