Skip to content

How to convert Uni to Flow.Publisher #1320

Answered by cescoffier
hantsy asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, Uni does not implement Publisher (see https://smallrye.io/smallrye-mutiny/2.0.0/reference/uni-and-multi/)

You can convert a Uni to a Publisher using: Uni.convert().toPublisher().

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@hantsy
Comment options

@kfgisbis
Comment options

@jponge
Comment options

Answer selected by hantsy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants