Uses of Class
io.streamthoughts.azkarra.api.components.ComponentAttribute
-
Packages that use ComponentAttribute Package Description io.streamthoughts.azkarra.api.components -
-
Uses of ComponentAttribute in io.streamthoughts.azkarra.api.components
Methods in io.streamthoughts.azkarra.api.components that return types with arguments of type ComponentAttribute Modifier and Type Method Description Collection<ComponentAttribute>
ComponentMetadata. attributes()
Gets all attributes.Collection<ComponentAttribute>
ComponentMetadata. attributesForName(String name)
Gets all attributes for the given name.Methods in io.streamthoughts.azkarra.api.components with parameters of type ComponentAttribute Modifier and Type Method Description void
ComponentMetadata. addAttribute(ComponentAttribute attribute)
Adds the specified attribute.
-