1

Is there a way to intercept FlightRecorder events in order to send them not only into FlightRecording during recording but to another consumer also.

Thanks!

Kire Haglin
  • 6,569
  • 22
  • 27
SergeZ
  • 298
  • 1
  • 5
  • 18
  • 2
    Do you want to hack an aircraft :). Your question is not giving a bit of hint on what are your trying to do. Rephrase it and include what you have tried. – Ankit Jul 09 '14 at 13:08
  • For me question is preatty staight. Anyway the point is to gather metrics from application to create a kind of _my-own_ report about app's state and to send it to external info consumer. – SergeZ Jul 09 '14 at 14:11
  • For now, I've only tried to create my own event, but had no success in searching for in using JMC... – SergeZ Jul 09 '14 at 14:11

1 Answers1

0

No, event data is copied to a thread local buffer. There is no way to intercept.

Kire Haglin
  • 6,569
  • 22
  • 27