com.apama.correlator
Event Persistence


EPL interface to the persistence functionality of the correlator.
Action Summary
 voidpersist(action< > callback)

Asynchronously request a Correlator state persistence operation.
 
Action Detail

persist

void persist(action< > callback)
Asynchronously request a Correlator state persistence operation.

At some point after this action is called, the correlator will commit its persistent state to storage. Once the commit has completed successfully, the provided callback will be invoked.
Parameters:
callback