Uses of Package
io.streamthoughts.azkarra.api.annotations
-
Classes in io.streamthoughts.azkarra.api.annotations used by io.streamthoughts.azkarra.api.annotations Class Description ConditionalOn This annotation can be used to indicate the condition(s) that need to be fulfilled for a component to be eligible for use in the application.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.azkarra.api.components.condition Class Description ConditionalOn This annotation can be used to indicate the condition(s) that need to be fulfilled for a component to be eligible for use in the application. -
Classes in io.streamthoughts.azkarra.api.annotations used by io.streamthoughts.azkarra.metrics.annotations Class Description ConditionalOn This annotation can be used to indicate the condition(s) that need to be fulfilled for a component to be eligible for use in the application. -
Classes in io.streamthoughts.azkarra.api.annotations used by io.streamthoughts.azkarra.metrics.binders Class Description Component Marker interface that any class having a no-arg constructor can used to indicate it can be registered.Conditionals This annotation can be used to indicate all the conditions that need to be fulfilled for a component to be eligible for use in the application.Factory An annotation that can be used by any class having a no-arg constructor to provide one or many other component implementation. -
Classes in io.streamthoughts.azkarra.api.annotations used by io.streamthoughts.azkarra.metrics.interceptor Class Description Component Marker interface that any class having a no-arg constructor can used to indicate it can be registered.ConditionalOn This annotation can be used to indicate the condition(s) that need to be fulfilled for a component to be eligible for use in the application. -
Classes in io.streamthoughts.azkarra.api.annotations used by io.streamthoughts.azkarra.metrics.micrometer Class Description Component Marker interface that any class having a no-arg constructor can used to indicate it can be registered.ConditionalOn This annotation can be used to indicate the condition(s) that need to be fulfilled for a component to be eligible for use in the application.Eager Annotation that can be used on any class or method directly or indirectly annotated withComponent
.Factory An annotation that can be used by any class having a no-arg constructor to provide one or many other component implementation.Primary Marker interface to indicate that a component must be selected in the case of multiple possible implementations. -
Classes in io.streamthoughts.azkarra.api.annotations used by io.streamthoughts.examples.azkarra.conditional Class Description Component Marker interface that any class having a no-arg constructor can used to indicate it can be registered.ConditionalOn This annotation can be used to indicate the condition(s) that need to be fulfilled for a component to be eligible for use in the application.Factory An annotation that can be used by any class having a no-arg constructor to provide one or many other component implementation. -
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. -
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. -
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
.