Click or drag to resize
ExpireListener Interface
Expire listener interface provides a method for being notified regarding entries that expire in a Space

Namespace: Com.Tibco.As.Space.Listener
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public interface ExpireListener : Listener

The ExpireListener type exposes the following members.

Methods
  NameDescription
Public methodOnExpire
Invoked whenever a SpaceEntry in the Space has reached its time to live (TTL) and has expired.
Top
See Also