public interface Processor
| Modifier and Type | Method and Description |
|---|---|
Processor |
cloneProcessor(String key)
Clone a copy of processor
|
Processor |
getNextProcessor()
Get next processor element in the processor chain.
|
void |
process(ComplexEventChunk complexEventChunk)
Process the handed StreamEvent
|
void |
setNextProcessor(Processor processor)
Set next processor element in processor chain
|
void |
setToLast(Processor processor)
Set as the last element of the processor chain
|
void process(ComplexEventChunk complexEventChunk)
complexEventChunk - event chunk to be processedProcessor getNextProcessor()
void setNextProcessor(Processor processor)
processor - Processor to be set as next element of processor chainvoid setToLast(Processor processor)
processor - Last processor in the chainCopyright © 2018 WSO2. All Rights Reserved.