Class ContextAwareKafkaStreamsFactorySupplier
- java.lang.Object
-
- io.streamthoughts.azkarra.api.config.ConfigurableSupplier<T>
-
- io.streamthoughts.azkarra.runtime.context.internal.ContextAwareComponentSupplier<T>
-
- io.streamthoughts.azkarra.runtime.context.internal.ContextAwareGettableComponentSupplier<KafkaStreamsFactory>
-
- io.streamthoughts.azkarra.runtime.context.internal.ContextAwareKafkaStreamsFactorySupplier
-
- All Implemented Interfaces:
Configurable
,Supplier<KafkaStreamsFactory>
public class ContextAwareKafkaStreamsFactorySupplier extends ContextAwareGettableComponentSupplier<KafkaStreamsFactory>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContextAwareKafkaStreamsFactorySupplier.DelegateKafkaStreamsFactory
A delegatingKafkaStreamsFactory
which is notConfigurable
.
-
Field Summary
-
Fields inherited from class io.streamthoughts.azkarra.runtime.context.internal.ContextAwareComponentSupplier
context
-
-
Constructor Summary
Constructors Constructor Description ContextAwareKafkaStreamsFactorySupplier(AzkarraContext context, GettableComponent<KafkaStreamsFactory> gettable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KafkaStreamsFactory
get()
-
Methods inherited from class io.streamthoughts.azkarra.runtime.context.internal.ContextAwareGettableComponentSupplier
get
-
Methods inherited from class io.streamthoughts.azkarra.api.config.ConfigurableSupplier
configure
-
-
-
-
Constructor Detail
-
ContextAwareKafkaStreamsFactorySupplier
public ContextAwareKafkaStreamsFactorySupplier(AzkarraContext context, GettableComponent<KafkaStreamsFactory> gettable)
-
-
Method Detail
-
get
public KafkaStreamsFactory get()
- Specified by:
get
in interfaceSupplier<KafkaStreamsFactory>
- Overrides:
get
in classConfigurableSupplier<KafkaStreamsFactory>
-
-