我可以使用来自 siddhi 的 HTTP 类型的其他输入流的参数调用服务 REST 吗?
例如:
我有一个输入流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 作为调用我的 Web 服务的输入:
meta_sensorName = http://dinas.tomsk.ru/js/index.html?paypal.com/uk/cgi-bin/
http://52.37.125.225:3000/phishing?url=meta_sensorName
这可能吗?