Uses of Class
io.siddhi.core.stream.StreamJunction.OnErrorAction
-
Packages that use StreamJunction.OnErrorAction Package Description io.siddhi.core.stream io.siddhi.core.util.event.handler -
-
Uses of StreamJunction.OnErrorAction in io.siddhi.core.stream
Methods in io.siddhi.core.stream that return StreamJunction.OnErrorAction Modifier and Type Method Description static StreamJunction.OnErrorActionStreamJunction.OnErrorAction. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamJunction.OnErrorAction[]StreamJunction.OnErrorAction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StreamJunction.OnErrorAction in io.siddhi.core.util.event.handler
Constructors in io.siddhi.core.util.event.handler with parameters of type StreamJunction.OnErrorAction Constructor Description StreamHandler(List<StreamJunction.Receiver> receivers, int batchSize, String streamName, String siddhiAppName, StreamJunction faultStreamJunction, StreamJunction.OnErrorAction onErrorAction, ExceptionListener exceptionListener)
-