PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
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. |
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.
PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |