Skip to content

feature/webflux-pagenation #320

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

Closed

Conversation

eutkin
Copy link

@eutkin eutkin commented Oct 9, 2018

adds support for Pageable as a WebFlux controller argument

@RestController
class WebFluxController {

@Autowired
SomethingRepository somethingRepository;

@GetMapping
Mono<Page> webFluxMethod(Pageable pageRequest) {
return somethingRepository.findAll(pageRequest);
}
}

@pivotal-issuemaster
Copy link

@eutkin Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-issuemaster
Copy link

@eutkin Thank you for signing the Contributor License Agreement!

@regulskimichal
Copy link

Done in #264

@mp911de mp911de closed this Sep 26, 2019
@AlejandroKolio
Copy link

when this will be released?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants