Uses of Interface
io.streamthoughts.azkarra.api.streams.errors.StreamThreadExceptionHandler
-
Packages that use StreamThreadExceptionHandler Package Description io.streamthoughts.azkarra.api -
-
Uses of StreamThreadExceptionHandler in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api that return types with arguments of type StreamThreadExceptionHandler Modifier and Type Method Description Supplier<StreamThreadExceptionHandler>StreamsExecutionEnvironment. getStreamThreadExceptionHandler()Gets theStreamThreadExceptionHandler.Method parameters in io.streamthoughts.azkarra.api with type arguments of type StreamThreadExceptionHandler Modifier and Type Method Description StreamsExecutionEnvironmentStreamsExecutionEnvironment. setStreamThreadExceptionHandler(Supplier<StreamThreadExceptionHandler> handler)Sets theStreamThreadExceptionHandlerinvoked when a StreamThread abruptly terminates due to an uncaught exception.
-