Narsu
Narsu

Reputation: 1

Import events(datas) in NEsper engine

can anyone tell me how to import the events(datas) in NEsper engine to analyse whether pattern is catched or not? I've already set and defined the pattern I want to catch and the event types(event class) and configured the runtime engine. Now I want to import my datas in the engine to analyse. Is there any interface oder rest API or something provided by NEsper I can use to import data in CEP NEsper engine? how can I do it? thanks for any help!

Best regards, Narsu

Upvotes: 0

Views: 35

Answers (1)

user650839
user650839

Reputation: 2594

I seems covered in the "Getting Started text". It is just runtime.getEventService().sendEvent...(...) Also check the examples

Upvotes: 0

Related Questions