我使用艾斯波(事件處理引擎),英超查詢: select * from Event.ext:time_order(timestamp_event, 10000 minutes) where duration > 10
但輸出不受「timestamp_event」下令: id int = 1, timestamp_event= 1412686800000, duration = 30
id in
我試圖用Esper運行一個簡單的測試(第14章,http://dl.e-book-free.com/2013/07/activiti_in_action.pdf)。該代碼非常簡單: public class EventLengthWindowTest {
public class LoanRequestEvent {
public int amount =2;
pu