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


public interface SubscriberReady

Extensions that implement this interface are processed in the subscriber after the subscriber ready message is received from the syndicator and before a response is returned to the syndicator.

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

Method Summary
 ResultDirective onSubscriberReady(SubscriberEvent eventInfo)
          Execute any extensions registered for the Subscriber Ready Event in the syndication engine.
 

Method Detail

onSubscriberReady

ResultDirective onSubscriberReady(SubscriberEvent eventInfo)
Execute any extensions registered for the Subscriber Ready Event in the syndication engine.

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