Uses of Interface
org.voltdb.stream.api.pipeline.ExceptionHandlerBuilder
Packages that use ExceptionHandlerBuilder
-
Uses of ExceptionHandlerBuilder in org.voltdb.stream.api.pipeline
Methods in org.voltdb.stream.api.pipeline that return ExceptionHandlerBuilderModifier and TypeMethodDescriptionExceptionHandlerBuilder.addNamedSink
(String sinkName, VoltStreamSinkConfigurator<T> sinkConfigurator) ExceptionHandlerBuilder.addNamedSink
(String sinkName, VoltStreamSink<T> sink) VoltStreamBuilder.onError()
Defines exception handling behaviour of this stream.ExceptionHandlerBuilder.setExceptionHandler
(ExceptionHandler handler)