Uses of Interface
org.voltdb.stream.api.pipeline.ExceptionHandlerBuilder
-
Uses of ExceptionHandlerBuilder in org.voltdb.stream.api.pipeline
Modifier 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)