Expire listener interface provides a method for being notified regarding entries that expire in a
Space
Namespace: Com.Tibco.As.Space.ListenerAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic interface ExpireListener : Listener
Public Interface ExpireListener
Inherits Listener
public interface class ExpireListener : Listener
type ExpireListener =
interface
interface Listener
end
The ExpireListener type exposes the following members.
Methods
| Name | Description |
---|
 | OnExpire |
Invoked whenever a SpaceEntry in the Space has reached its time to live (TTL) and has expired.
|
Top
See Also