REST客户端的Spring Cloud Dataflow分页

时间:2019-07-05 19:03:03

标签: java spring rest cloud dataflow

我正在使用Spring Cloud数据流框架的REST Client API。不幸的是,我无法使用分页功能,因为REST客户端不支持它。 当然,Spring Cloud Dataflow服务器的REST端点支持分页,因此我无法将其与Java客户端API一起使用。

是否有人也面临此问题,或者是否有任何解决方法或解决方案? 我知道我可以直接调用端点并手动反序列化JSON响应,但是实际上这应该包含在API中。

顺便说一句:我正在使用SCDF 2.1.2的最新稳定版本并使用这些类https://docs.spring.io/spring-cloud-dataflow/docs/current/api/org/springframework/cloud/dataflow/rest/client/DataFlowTemplate.html

0 个答案:

没有答案