Class PaginationUseCase

java.lang.Object
io.awspring.spring.data.examples.service.usecase.PaginationUseCase
All Implemented Interfaces:
ExampleUseCase

@Component @Order(80) public class PaginationUseCase extends Object implements ExampleUseCase
Demonstrates caller-controlled keyset continuation through Window and template APIs.