Uses of Class
io.siddhi.core.stream.StreamJunction.Publisher
-
Packages that use StreamJunction.Publisher Package Description io.siddhi.core.query.output.callback io.siddhi.core.stream io.siddhi.core.window -
-
Uses of StreamJunction.Publisher in io.siddhi.core.query.output.callback
Fields in io.siddhi.core.query.output.callback declared as StreamJunction.Publisher Modifier and Type Field Description protected StreamJunction.PublisherInsertIntoStreamCallback. publisher -
Uses of StreamJunction.Publisher in io.siddhi.core.stream
Methods in io.siddhi.core.stream that return StreamJunction.Publisher Modifier and Type Method Description StreamJunction.PublisherStreamJunction. constructPublisher() -
Uses of StreamJunction.Publisher in io.siddhi.core.window
Methods in io.siddhi.core.window with parameters of type StreamJunction.Publisher Modifier and Type Method Description voidWindow. setPublisher(StreamJunction.Publisher publisher)Set Publisher to which the the output events from internal window have to be sent.
-