Class ContextAwareComponentSupplier<T>
- java.lang.Object
-
- io.streamthoughts.azkarra.api.config.ConfigurableSupplier<T>
-
- io.streamthoughts.azkarra.runtime.context.internal.ContextAwareComponentSupplier<T>
-
- All Implemented Interfaces:
Configurable
,Supplier<T>
- Direct Known Subclasses:
ContextAwareGettableComponentSupplier
public abstract class ContextAwareComponentSupplier<T> extends ConfigurableSupplier<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected AzkarraContext
context
-
Constructor Summary
Constructors Constructor Description ContextAwareComponentSupplier(AzkarraContext context)
-
-
-
Field Detail
-
context
protected final AzkarraContext context
-
-
Constructor Detail
-
ContextAwareComponentSupplier
public ContextAwareComponentSupplier(AzkarraContext context)
-
-