java.lang.Object
io.smallrye.mutiny.ItemWithContext<T>
- Type Parameters:
T- the item type
Models an item flowing along a Mutiny pipeline with its subscriber context attached.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ItemWithContext
Creates a new item with a context.Since instances are being created by Mutiny operators there is no
nullcheck on parameters for performance reasons.- Parameters:
context- the contextitem- the item
-
-
Method Details