Apama 10.3.1 | Apama Documentation | 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.

Copyright © 2013-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.