Extension Lifecycle Event Handler

Top  Previous  Next

An extension life cycle event handler is a special case event handler that is tied to a given extension, not to the server itself.  It listens for both the extension start up and shut down notifications.  It is generally used to initially load configuration data for the extension and provide that data to other components in the extension. TBI