Interface AbsentPreStateProcessor
-
- All Superinterfaces:
PartitionCreationListener,Processor,SchedulingProcessor
- All Known Implementing Classes:
AbsentLogicalPreStateProcessor,AbsentStreamPreStateProcessor
public interface AbsentPreStateProcessor extends SchedulingProcessor, PartitionCreationListener
PreStateProcessor of events not received by Siddhi.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateLastArrivalTime(long timestamp)Update the timestamp of the event arrived to this processor and met the filter conditions.-
Methods inherited from interface io.siddhi.core.partition.PartitionCreationListener
partitionCreated
-
Methods inherited from interface io.siddhi.core.query.processor.Processor
getNextProcessor, process, process, setNextProcessor, setToLast
-
Methods inherited from interface io.siddhi.core.query.processor.SchedulingProcessor
getScheduler, setScheduler
-
-