com.apama.correlator
Event Persistence


EPL interface to the persistence functionality of the correlator.
Action summary
 voidstatic persist(action<> callback)

Asynchronously request a Correlator state persistence operation.
 
Action detail

persist

void static 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