Class EventFeeder
- java.lang.Object
-
- org.drools.examples.broker.events.EventFeeder
-
public class EventFeeder extends Object
An event feeder reads an event data file and publishes the read events to the consumer
-
-
Constructor Summary
Constructors Constructor Description EventFeeder(org.drools.core.time.TimerService clock, EventSource source, EventReceiver sink)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfeed()For this simple demo, we are loading the whole stream of events into the memory.
-
-
-
Constructor Detail
-
EventFeeder
public EventFeeder(org.drools.core.time.TimerService clock, EventSource source, EventReceiver sink)
-
-