Uses of Class
io.smallrye.mutiny.ItemWithContext
-
Packages that use ItemWithContext Package Description io.smallrye.mutiny -
-
Uses of ItemWithContext in io.smallrye.mutiny
Methods in io.smallrye.mutiny that return types with arguments of type ItemWithContext Modifier and Type Method Description default Multi<ItemWithContext<T>>Multi. attachContext()Materialize the context by attaching it to items using theItemWithContextwrapper class.default Uni<ItemWithContext<T>>Uni. attachContext()Materialize the context by attaching it to items using theItemWithContextwrapper class.
-