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. getComponentProvider(Class<T> type, Qualifier<T> qualifier)
Gets an instance, which may be shared or independent, for the specified type.<T> GettableComponent<T>
DelegatingComponentFactory. getComponentProvider(Class<T> type, Qualifier<T> qualifier)
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. getAllComponentProviders(Class<T> type, Qualifier<T> qualifier)
Gets all instances, which may be shared or independent, for the specified type.<T> Collection<GettableComponent<T>>
DelegatingComponentFactory. getAllComponentProviders(Class<T> type, Qualifier<T> qualifier)
-
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. getComponentProvider(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. getAllComponentProviders(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)
ContextAwareThreadExceptionHandlerSupplier(AzkarraContext context, GettableComponent<StreamThreadExceptionHandler> gettable)
-