Skip to main content

idmap.getLastSeenTS

idmap.getLastSeenTS(ep)

Description

Returns the timestamp of the last seen idmap for that endpoint.

Parameters

ParameterTypeExplanation
epStringThe endpoint

Example

idmap = option.getIdmap()

originendpoint = message.getEndpoint()
println idmap.getLastSeenTS(originendpoint)