Uses of Interface
io.streamthoughts.azkarra.api.config.Configurable
-
-
Uses of Configurable in io.streamthoughts.azkarra.api.components
Classes in io.streamthoughts.azkarra.api.components that implement Configurable Modifier and Type Class Description class
BaseComponentModule
An abstract base class that can be extended to supply configurable components.class
ComponentModule<T>
A configurable component supplier which has access to theComponentFactory
. -
Uses of Configurable in io.streamthoughts.azkarra.api.config
Classes in io.streamthoughts.azkarra.api.config that implement Configurable Modifier and Type Class Description class
ConfigurableSupplier<T>
A configurable supplier. -
Uses of Configurable in io.streamthoughts.azkarra.api.server
Subinterfaces of Configurable in io.streamthoughts.azkarra.api.server Modifier and Type Interface Description interface
AzkarraRestExtension
A pluggable interface to allow registration of new JAX-RS resources like REST endpoints.interface
EmbeddedHttpServer
Default interface to provide an embedded http-server. -
Uses of Configurable in io.streamthoughts.azkarra.api.streams
Classes in io.streamthoughts.azkarra.api.streams that implement Configurable Modifier and Type Class Description class
OptimizedTopologyProvider
ATopologyProvider
that can be used to build an optimizedTopology
instance. -
Uses of Configurable in io.streamthoughts.azkarra.http
Classes in io.streamthoughts.azkarra.http that implement Configurable Modifier and Type Class Description class
UndertowEmbeddedServer
TheEmbeddedHttpServer
implementation using Undertow framework. -
Uses of Configurable in io.streamthoughts.azkarra.http.routes
Classes in io.streamthoughts.azkarra.http.routes that implement Configurable Modifier and Type Class Description class
ApiDefaultRoutes
class
ApiInfoRoutes
-
Uses of Configurable in io.streamthoughts.azkarra.http.security.auth
Classes in io.streamthoughts.azkarra.http.security.auth that implement Configurable Modifier and Type Class Description class
InMemoryUserIdentityManager
SimpleUsersIdentityManager
implementation backed by a in-memory hash Map.class
PropertiesFileUsersIdentityManager
-
Uses of Configurable in io.streamthoughts.azkarra.http.security.authorizer
Classes in io.streamthoughts.azkarra.http.security.authorizer that implement Configurable Modifier and Type Class Description class
SimpleAuthorizationManager
SimpleAuthorizationManager. -
Uses of Configurable in io.streamthoughts.azkarra.http.serialization.json
Classes in io.streamthoughts.azkarra.http.serialization.json that implement Configurable Modifier and Type Class Description class
SpecificJsonSerdes<T>
-
Uses of Configurable in io.streamthoughts.azkarra.metrics.endpoints
Classes in io.streamthoughts.azkarra.metrics.endpoints that implement Configurable Modifier and Type Class Description static class
PrometheusEndpoint.PrometheusEndpointExtension
-
Uses of Configurable in io.streamthoughts.azkarra.metrics.interceptor
Classes in io.streamthoughts.azkarra.metrics.interceptor that implement Configurable Modifier and Type Class Description class
MeterKafkaStreamsInterceptor
-
Uses of Configurable in io.streamthoughts.azkarra.metrics.micrometer
Classes in io.streamthoughts.azkarra.metrics.micrometer that implement Configurable Modifier and Type Class Description class
MeterRegistryFactory
The default factory to build the primaryMeterRegistry
. -
Uses of Configurable in io.streamthoughts.azkarra.runtime.context.internal
Classes in io.streamthoughts.azkarra.runtime.context.internal that implement Configurable Modifier and Type Class Description class
ContextAwareApplicationIdBuilderSupplier
class
ContextAwareComponentSupplier<T>
class
ContextAwareGettableComponentSupplier<T>
Supplier class which is used to get a specific component fromAzkarraContext
.class
ContextAwareKafkaStreamsFactorySupplier
class
ContextAwareLifecycleInterceptorSupplier
class
ContextAwareThreadExceptionHandlerSupplier
class
ContextAwareTopologySupplier
-
Uses of Configurable in io.streamthoughts.azkarra.runtime.interceptors
Classes in io.streamthoughts.azkarra.runtime.interceptors that implement Configurable Modifier and Type Class Description class
AutoCreateTopicsInterceptor
ThisStreamsLifecycleInterceptor
create both topics source and sink before starting the streams instance.class
MonitoringStreamsInterceptor
Interceptor to monitorKafkaStreams
instance. -
Uses of Configurable in io.streamthoughts.azkarra.serialization
Subinterfaces of Configurable in io.streamthoughts.azkarra.serialization Modifier and Type Interface Description interface
Serdes<T>
Interface for serializing and de-serializing object. -
Uses of Configurable in io.streamthoughts.azkarra.streams.components
Classes in io.streamthoughts.azkarra.streams.components that implement Configurable Modifier and Type Class Description class
ReflectMethodComponentSupplier
-
Uses of Configurable in io.streamthoughts.examples.azkarra.conditional
Classes in io.streamthoughts.examples.azkarra.conditional that implement Configurable Modifier and Type Class Description static class
ConditionalStreamsApplication.NormalizeStreamsTopology
-
Uses of Configurable in io.streamthoughts.examples.azkarra.dependency
Classes in io.streamthoughts.examples.azkarra.dependency that implement Configurable Modifier and Type Class Description class
ComplexWordCountTopology
class
ComplexWordCountTopologyModule
AComponentModule
for providing a new @{link ComplexWordCountTopology} instance.class
ConfigurableStopWordsService
-
Uses of Configurable in io.streamthoughts.examples.azkarra.topology
Classes in io.streamthoughts.examples.azkarra.topology that implement Configurable Modifier and Type Class Description class
ConfigurableWordCountTopology
A basic WordCount topology.
-