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
ComponentModule<T>
-
Uses of Configurable in io.streamthoughts.azkarra.api.server
Subinterfaces of Configurable in io.streamthoughts.azkarra.api.server Modifier and Type Interface Description 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
-
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
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.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.
-