Re: Tracking API

2017-06-15 Thread Aljoscha Krettek
Ah, now I see what you mean. I’m afraid there’s no built-in functionality for that. You probably have to follow the API calls yourself. Best, Aljoscha > On 15. Jun 2017, at 12:54, Ameet BD wrote: > > Hello, > > I want to know which CEP API resulted in a call to a certain invocation of > submi

Re: Tracking API

2017-06-15 Thread Ameet BD
Hello, I want to know which CEP API resulted in a call to a certain invocation of submitTask function. I think the stack trace will not tell me that because they are in different thread contexts. Regards, Ameet On Thu, Jun 15, 2017 at 3:16 PM, Aljoscha Krettek wrote: > Hi, > > Would this be w

Re: Tracking API

2017-06-15 Thread Aljoscha Krettek
Hi, Would this be what you’re looking for: https://stackoverflow.com/questions/1069066/get-current-stack-trace-in-java ? Best, Aljoscha > On 14. Jun 2017, at 12:46, Ameet BD wrote: > > Hello, > > I am trying to pr