Uses of Class
io.streamthoughts.azkarra.api.annotations.ConditionalOn
-
-
Uses of ConditionalOn in io.streamthoughts.azkarra.api.annotations
Methods in io.streamthoughts.azkarra.api.annotations that return ConditionalOn Modifier and Type Method Description ConditionalOn[]
value()
-
Uses of ConditionalOn in io.streamthoughts.azkarra.api.components.condition
Method parameters in io.streamthoughts.azkarra.api.components.condition with type arguments of type ConditionalOn Modifier and Type Method Description static List<Condition>
Conditions. buildConditionsForAnnotation(List<ConditionalOn> annotations)
Static helper to build a list ofCondition
s based on the given annotation. -
Uses of ConditionalOn in io.streamthoughts.azkarra.metrics.annotations
Classes in io.streamthoughts.azkarra.metrics.annotations with annotations of type ConditionalOn Modifier and Type Class Description interface
ConditionalOnMetricsEnable
-
Uses of ConditionalOn in io.streamthoughts.azkarra.metrics.interceptor
Classes in io.streamthoughts.azkarra.metrics.interceptor with annotations of type ConditionalOn Modifier and Type Class Description class
MeterKafkaStreamsInterceptor
-
Uses of ConditionalOn in io.streamthoughts.azkarra.metrics.micrometer
Methods in io.streamthoughts.azkarra.metrics.micrometer with annotations of type ConditionalOn Modifier and Type Method Description io.micrometer.prometheus.PrometheusMeterRegistry
MeterRegistryFactory. prometheusRegistry()
-
Uses of ConditionalOn in io.streamthoughts.examples.azkarra.conditional
Classes in io.streamthoughts.examples.azkarra.conditional with annotations of type ConditionalOn Modifier and Type Class Description static class
ConditionalStreamsApplication.NormalizeStreamsTopology
Methods in io.streamthoughts.examples.azkarra.conditional with annotations of type ConditionalOn Modifier and Type Method Description ConditionalStreamsApplication.Normalize
ConditionalStreamsApplication.Normalizes. toLower()
ConditionalStreamsApplication.Normalize
ConditionalStreamsApplication.Normalizes. toUpper()
-