Apama 10.7.2 | Developing Apama Applications | Developing Apama Applications in Java | Overview of Apama JMon Applications | Identifying external events
 
Identifying external events
In some situations, you might want to determine whether an event originated outside the correlator. To do this, call the Event.isExternal() method:
public boolean isExternal()
This method returns true if the event was sent to the correlator by some external process and that event was then passed into your JMon application.