Uses of Interface
io.streamthoughts.azkarra.api.components.GettableComponent
-
Packages that use GettableComponent Package Description io.streamthoughts.azkarra.api.components -
-
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)
-