Uses of Class
io.streamthoughts.azkarra.api.annotations.Component
-
-
Uses of Component in io.streamthoughts.azkarra.metrics.binders
Methods in io.streamthoughts.azkarra.metrics.binders with annotations of type Component Modifier and Type Method Description io.micrometer.core.instrument.binder.jvm.ClassLoaderMetrics
JvmMeterRegistryBinderFactory. classLoaderMetrics()
Return the JVM Class loader metrics component.io.micrometer.core.instrument.binder.jvm.JvmGcMetrics
JvmMeterRegistryBinderFactory. jvmGcMetrics()
Return the JVM Memory metrics component.io.micrometer.core.instrument.binder.jvm.JvmMemoryMetrics
JvmMeterRegistryBinderFactory. jvmMemoryMetrics()
Return the JVM Memory metrics component.io.micrometer.core.instrument.binder.jvm.JvmThreadMetrics
JvmMeterRegistryBinderFactory. jvmThreadMetrics()
Return the JVM Thread metrics component. -
Uses of Component in io.streamthoughts.azkarra.metrics.interceptor
Classes in io.streamthoughts.azkarra.metrics.interceptor with annotations of type Component Modifier and Type Class Description class
MeterKafkaStreamsInterceptor
-
Uses of Component in io.streamthoughts.azkarra.metrics.micrometer
Methods in io.streamthoughts.azkarra.metrics.micrometer with annotations of type Component Modifier and Type Method Description io.micrometer.core.instrument.composite.CompositeMeterRegistry
MeterRegistryFactory. compositeMeterRegistry()
MeterRegistryConfigurer
MeterRegistryFactory. meterRegistryConfigurer()
io.micrometer.prometheus.PrometheusMeterRegistry
MeterRegistryFactory. prometheusRegistry()
-
Uses of Component in io.streamthoughts.examples.azkarra.conditional
Classes in io.streamthoughts.examples.azkarra.conditional with annotations of type Component Modifier and Type Class Description static class
ConditionalStreamsApplication.NormalizeStreamsTopology
Methods in io.streamthoughts.examples.azkarra.conditional with annotations of type Component Modifier and Type Method Description ConditionalStreamsApplication.Normalize
ConditionalStreamsApplication.Normalizes. toLower()
ConditionalStreamsApplication.Normalize
ConditionalStreamsApplication.Normalizes. toUpper()
-
Uses of Component in io.streamthoughts.examples.azkarra.dependency
Classes in io.streamthoughts.examples.azkarra.dependency with annotations of type Component Modifier and Type Class Description class
ComplexWordCountTopologyModule
AComponentModule
for providing a new @{link ComplexWordCountTopology} instance.class
ConfigurableStopWordsService
-
Uses of Component in io.streamthoughts.examples.azkarra.healthcheck
Classes in io.streamthoughts.examples.azkarra.healthcheck with annotations of type Component Modifier and Type Class Description static class
CustomHealthCheckExample.MyCustomerHealthCheck
-
Uses of Component in io.streamthoughts.examples.azkarra.topology
Classes in io.streamthoughts.examples.azkarra.topology with annotations of type Component Modifier and Type Class Description class
BasicWordCountTopology
A basic WordCount topology.class
ConfigurableWordCountTopology
A basic WordCount topology.
-