Spring Cloud Stream 中是否有 MessageQueueMatcher.receivesPayloadThat 的替代方案?

Is there an alternative for MessageQueueMatcher.receivesPayloadThat in Spring Cloud Stream?

我最近切换到 Spring Cloud Stream 的新测试活页夹。在我的项目中我更新到最新的 Spring Cloud Stream 版本 3.1.3 删除 spring-cloud-stream-test-support 依赖项后,MessageQueueMatcher.receivesPayloadThat 匹配器不再可用。是否有新的匹配器或具有类似行为的替代匹配器?

不,我们决定不要让事情过于复杂。您发送一条消息,收到一条消息,然后使用您使用的测试框架已经提供的工具进行断言。