Uses of Class
io.siddhi.core.stream.input.source.Source.ConnectionCallback
-
Packages that use Source.ConnectionCallback Package Description io.siddhi.core.stream.input.source -
-
Uses of Source.ConnectionCallback in io.siddhi.core.stream.input.source
Methods in io.siddhi.core.stream.input.source with parameters of type Source.ConnectionCallback Modifier and Type Method Description voidInMemorySource. connect(Source.ConnectionCallback connectionCallback, State state)abstract voidSource. connect(Source.ConnectionCallback connectionCallback, S state)Called to connect to the source backend for receiving events
-