Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Kotlin extensions to convert any Publisher to Flux or `Mono #908

Closed
simonbasle opened this issue Oct 18, 2017 · 0 comments
Closed

Add Kotlin extensions to convert any Publisher to Flux or `Mono #908

simonbasle opened this issue Oct 18, 2017 · 0 comments
Assignees
Labels
area/kotlin This belongs to the kotlin theme type/enhancement A general enhancement
Milestone

Comments

@simonbasle
Copy link
Member

This pollutes the Flux and Mono API a bit with a redundant toFlux() and toMono() respectively, but it is just a mater of not importing the extension (and it won't hurt as the conversion methods don't convert if already an instance of the correct class).

@simonbasle simonbasle added type/enhancement A general enhancement area/kotlin This belongs to the kotlin theme labels Oct 18, 2017
@simonbasle simonbasle added this to the 3.1.1.RELEASE milestone Oct 18, 2017
@simonbasle simonbasle self-assigned this Oct 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kotlin This belongs to the kotlin theme type/enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant