com.ibm.workplace.wcm.api.extensions.syndication
Interface SyndicatorStarted


public interface SyndicatorStarted

Extensions that implement this interface are processed in the syndicator after the syndicator receives a successful subscriber ready message from the subscriber and before the syndicator generates the package

Since:
8.0
Note:
This interface is designed to be implemented by clients.

Method Summary
 ResultDirective onSyndicatorStarted(SyndicatorEvent eventInfo)
          Execute any extensions registered for the Syndicator Started event in the syndication engine.
 

Method Detail

onSyndicatorStarted

ResultDirective onSyndicatorStarted(SyndicatorEvent eventInfo)
Execute any extensions registered for the Syndicator Started event in the syndication engine.

Parameters:
eventInfo - contains all the information required for the extension.
Returns:
ResultDirective that contains a directive and a message from the extension.