REST 服务 wso2 DAS 或 CEP
REST service wso2 DAS or CEP
我可以调用服务 REST,它使用来自 siddhi 的其他 HTTP 类型输入流的参数吗?
例如:
我有一个输入流 sensorStream:
@Import('org.wso2.event.sensor.stream:1.0.0')
define stream sensorStream (meta_timestamp long, meta_isPowerSaverEnabled bool, meta_sensorId int, meta_sensorName string, correlation_longitude double, correlation_latitude double, humidity float, sensorValue double);
我想使用属性 meta_sensorName 作为调用我的网络服务的输入:
meta_sensorName = http://dinas.tomsk.ru/js/index.html?paypal.com/uk/cgi-bin/
http://52.37.125.225:3000/phishing?url=meta_sensorName
这可能吗?
恐怕你做不到。当您添加 HTTP 发布者时,您必须定义端点并且它不可动态配置。
此外,无法使用事件中的数据来配置 publishers/receivers
我可以调用服务 REST,它使用来自 siddhi 的其他 HTTP 类型输入流的参数吗?
例如:
我有一个输入流 sensorStream:
@Import('org.wso2.event.sensor.stream:1.0.0')
define stream sensorStream (meta_timestamp long, meta_isPowerSaverEnabled bool, meta_sensorId int, meta_sensorName string, correlation_longitude double, correlation_latitude double, humidity float, sensorValue double);
我想使用属性 meta_sensorName 作为调用我的网络服务的输入:
meta_sensorName = http://dinas.tomsk.ru/js/index.html?paypal.com/uk/cgi-bin/
http://52.37.125.225:3000/phishing?url=meta_sensorName
这可能吗?
恐怕你做不到。当您添加 HTTP 发布者时,您必须定义端点并且它不可动态配置。
此外,无法使用事件中的数据来配置 publishers/receivers