gpt4 book ai didi

apache-camel - 表达 Camel 路线的最佳方式

转载 作者:行者123 更新时间:2023-12-01 10:00:18 25 4
gpt4 key购买 nike

如果X为假我想路由到A,如果X为真我想路由到A和B

我试着写类似的东西

from(?)
.choice()
.when( X )
.multicast().to(A,B).end()
.otherwise() // I get a (compile) error underlined here saying 'otherwise() is not on type ProcessorDefinition
.to( A )

不喜欢我怀疑这不是表达这个的最佳方式

基本上我总是想路由到(A),如果存在这种情况我也想路由到(B)

在 Camel 中最好的表达方式是什么?

最佳答案

when() 子句的末尾使用 endChoice() 它将起作用...

参见 http://camel.apache.org/why-can-i-not-use-when-or-otherwise-in-a-java-camel-route.html

关于apache-camel - 表达 Camel 路线的最佳方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17111118/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com