Uses of Interface
io.streamthoughts.azkarra.api.components.GettableComponent
-
Packages that use GettableComponent Package Description io.streamthoughts.azkarra.api.components io.streamthoughts.azkarra.runtime.components io.streamthoughts.azkarra.runtime.context.internal -
-
Uses of GettableComponent in io.streamthoughts.azkarra.api.components
Methods in io.streamthoughts.azkarra.api.components that return GettableComponent Modifier and Type Method Description <T> GettableComponent<T>
ComponentFactory. getComponent(Class<T> type, Qualifier<T> qualifier)
Gets an instance, which may be shared or independent, for the specified type.<T> GettableComponent<T>
ContextAwareComponentFactory. getComponent(Class<T> type, Qualifier<T> qualifier)
Gets an instance, which may be shared or independent, for the specified type.Methods in io.streamthoughts.azkarra.api.components that return types with arguments of type GettableComponent Modifier and Type Method Description <T> Collection<GettableComponent<T>>
ComponentFactory. getAllComponents(Class<T> type, Qualifier<T> qualifier)
Gets all instances, which may be shared or independent, for the specified type.<T> Collection<GettableComponent<T>>
ContextAwareComponentFactory. getAllComponents(Class<T> type, Qualifier<T> qualifier)
Gets all instances, which may be shared or independent, for the specified type. -
Uses of GettableComponent in io.streamthoughts.azkarra.runtime.components
Methods in io.streamthoughts.azkarra.runtime.components that return GettableComponent Modifier and Type Method Description <T> GettableComponent<T>
DefaultComponentFactory. getComponent(Class<T> type, Qualifier<T> qualifier)
Gets an instance, which may be shared or independent, for the specified type.Methods in io.streamthoughts.azkarra.runtime.components that return types with arguments of type GettableComponent Modifier and Type Method Description <T> Collection<GettableComponent<T>>
DefaultComponentFactory. getAllComponents(Class<T> type, Qualifier<T> qualifier)
Gets all instances, which may be shared or independent, for the specified type. -
Uses of GettableComponent in io.streamthoughts.azkarra.runtime.context.internal
Constructors in io.streamthoughts.azkarra.runtime.context.internal with parameters of type GettableComponent Constructor Description ContextAwareApplicationIdBuilderSupplier(AzkarraContext context, GettableComponent<ApplicationIdBuilder> gettable)
ContextAwareGettableComponentSupplier(AzkarraContext context, GettableComponent<T> gettable)
Creates a newContextAwareGettableComponentSupplier
instance.ContextAwareKafkaStreamsFactorySupplier(AzkarraContext context, GettableComponent<KafkaStreamsFactory> gettable)
ContextAwareLifecycleInterceptorSupplier(AzkarraContext context, GettableComponent<StreamsLifecycleInterceptor> gettable)
-