Uses of Class
io.siddhi.core.stream.output.sink.Sink.OnErrorAction
-
Packages that use Sink.OnErrorAction Package Description io.siddhi.core.stream.output.sink -
-
Uses of Sink.OnErrorAction in io.siddhi.core.stream.output.sink
Methods in io.siddhi.core.stream.output.sink that return Sink.OnErrorAction Modifier and Type Method Description static Sink.OnErrorActionSink.OnErrorAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Sink.OnErrorAction[]Sink.OnErrorAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-