Package org.drools.model.datasources
Interface DataStream<T>
-
- All Superinterfaces:
DataSource<T>,Observable,ReactiveDataSource<T>
- All Known Implementing Classes:
DataStreamImpl
public interface DataStream<T> extends ReactiveDataSource<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(T obj)-
Methods inherited from interface org.drools.model.datasources.Observable
addObserver, deleteObserver
-
-
-
-
Method Detail
-
send
void send(T obj)
-
-