Package io.siddhi.core.stream
Interface StreamJunction.Receiver
-
- All Known Implementing Classes:
MultiProcessStreamReceiver,PartitionStreamReceiver,PatternMultiProcessStreamReceiver,PatternSingleProcessStreamReceiver,ProcessStreamReceiver,SequenceMultiProcessStreamReceiver,SequenceSingleProcessStreamReceiver,SingleProcessStreamReceiver,SinkCallback,StateMultiProcessStreamReceiver,StreamCallback
- Enclosing class:
- StreamJunction
public static interface StreamJunction.ReceiverInterface to be implemented by all receivers who need to subscribe to Stream Junction and receive events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetStreamId()voidreceive(long timeStamp, Object[] data)voidreceive(ComplexEvent complexEvent)voidreceive(Event event)voidreceive(Event[] events)voidreceive(List<Event> events)
-