Uses of Package
io.streamthoughts.azkarra.api.annotations
-
Classes in io.streamthoughts.azkarra.api.annotations used by io.streamthoughts.azkarra.api.annotations Class Description DefaultStreamsConfig Marker interface that aTopologyProvider
can used to define the configuration properties to be used for creating a newKafkaStreams
instance. -
Classes in io.streamthoughts.azkarra.api.annotations used by io.streamthoughts.examples.azkarra.dependency Class Description Component Marker interface that any class having a no-arg constructor can used to indicate it can be registered.Singleton Marker interface that anyComponent
can used to indicate it can be registered as a shared instance across the application. -
Classes in io.streamthoughts.azkarra.api.annotations used by io.streamthoughts.examples.azkarra.healthcheck Class Description Component Marker interface that any class having a no-arg constructor can used to indicate it can be registered.Singleton Marker interface that anyComponent
can used to indicate it can be registered as a shared instance across the application. -
Classes in io.streamthoughts.azkarra.api.annotations used by io.streamthoughts.examples.azkarra.topology Class Description Component Marker interface that any class having a no-arg constructor can used to indicate it can be registered.TopologyInfo Marker interface that aTopologyProvider
can used to describe the behavior of the providedTopology
.