Uses of Class
io.streamthoughts.azkarra.streams.autoconfigure.annotations.AzkarraStreamsApplication
-
Packages that use AzkarraStreamsApplication Package Description io.streamthoughts.examples.azkarra.conditional io.streamthoughts.examples.azkarra.dependency io.streamthoughts.examples.azkarra.healthcheck -
-
Uses of AzkarraStreamsApplication in io.streamthoughts.examples.azkarra.conditional
Classes in io.streamthoughts.examples.azkarra.conditional with annotations of type AzkarraStreamsApplication Modifier and Type Class Description class
ConditionalStreamsApplication
This example demonstrates how conditional components can be used to dynamically change the behavior of a stream topology based on its configuration. -
Uses of AzkarraStreamsApplication in io.streamthoughts.examples.azkarra.dependency
Classes in io.streamthoughts.examples.azkarra.dependency with annotations of type AzkarraStreamsApplication Modifier and Type Class Description class
StreamsApplication
-
Uses of AzkarraStreamsApplication in io.streamthoughts.examples.azkarra.healthcheck
Classes in io.streamthoughts.examples.azkarra.healthcheck with annotations of type AzkarraStreamsApplication Modifier and Type Class Description class
CustomHealthCheckExample
Example for registering custom health-check.
-