Cluster.isEventRecovered()

Signature

boolean isEventRecovered(SimpleEvent evt)

Domain

action, condition, query

Description

This function returns true if the passed event is received from another agent in the cluster. The function will return false if the event was created in this agent.

Parameters

None.

Returns

TypeDescription
booleantrue if the event was received from another agent

Cautions

none

Example


String cName = ClusterFunctions.isEventRecovered(SimpleEvent evt);