Uses of Class
io.streamthoughts.azkarra.api.components.Restriction
-
Packages that use Restriction Package Description io.streamthoughts.azkarra.api.components io.streamthoughts.azkarra.api.components.qualifier -
-
Uses of Restriction in io.streamthoughts.azkarra.api.components
Methods in io.streamthoughts.azkarra.api.components that return Restriction Modifier and Type Method Description static Restriction
Restriction. application()
static Restriction
Restriction. env(String name)
static Restriction
Restriction. streams(String name)
-
Uses of Restriction in io.streamthoughts.azkarra.api.components.qualifier
Methods in io.streamthoughts.azkarra.api.components.qualifier with parameters of type Restriction Modifier and Type Method Description static <T> Qualifier<T>
Qualifiers. byRestriction(Restriction restriction)
-