Uses of Interface
io.streamthoughts.azkarra.api.config.Configurable
-
Packages that use Configurable Package Description io.streamthoughts.azkarra.api.components io.streamthoughts.azkarra.api.config io.streamthoughts.azkarra.api.server io.streamthoughts.azkarra.api.streams -
-
Uses of Configurable in io.streamthoughts.azkarra.api.components
Classes in io.streamthoughts.azkarra.api.components that implement Configurable Modifier and Type Class Description classBaseComponentModuleAn abstract base class that can be extended to supply configurable components.classComponentModule<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 classConfigurableSupplier<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 interfaceAzkarraRestExtensionA pluggable interface to allow registration of new JAX-RS resources like REST endpoints.interfaceEmbeddedHttpServerDefault 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 classOptimizedTopologyProviderATopologyProviderthat can be used to build an optimizedTopologyinstance.
-