Package io.siddhi.core.query.processor.stream
-
Class Summary Class Description AbstractStreamProcessor<S extends State> Abstract implementation ofProcessorintended to be used by any Stream Processors.LogStreamProcessor Input attributes to log is (priority (String), log.message (String), is.event.logged (Bool))StreamProcessor<S extends State> For Siddhi extensions, extend this class to use the functionality of AbstractStreamProcessor.