Uses of Interface
io.streamthoughts.azkarra.api.StreamsExecutionEnvironmentAware
-
Packages that use StreamsExecutionEnvironmentAware Package Description io.streamthoughts.azkarra.runtime.streams io.streamthoughts.azkarra.runtime.streams.errors -
-
Uses of StreamsExecutionEnvironmentAware in io.streamthoughts.azkarra.runtime.streams
Classes in io.streamthoughts.azkarra.runtime.streams that implement StreamsExecutionEnvironmentAware Modifier and Type Class Description class
DefaultApplicationIdBuilder
The defaultApplicationIdBuilder
implementation. -
Uses of StreamsExecutionEnvironmentAware in io.streamthoughts.azkarra.runtime.streams.errors
Classes in io.streamthoughts.azkarra.runtime.streams.errors that implement StreamsExecutionEnvironmentAware Modifier and Type Class Description class
CloseKafkaStreamsOnThreadException
Closes immediately theKafkaStreams
instance when a StreamThread abruptly terminates due to an uncaught exception.
-