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


Deprecated. this interface is not supported use SubscriberCompleting instead

@Deprecated
public interface SubscriberComplete

Extensions that implement this interface are processed in the subscriber before the process complete message is sent to the syndicator.

Since:
8.0

Method Summary
 Result onSubscriberComplete(com.ibm.workplace.wcm.api.extensions.syndication.SubscriberEvent eventInfo)
          Deprecated. Execute any extensions registered for the Subscriber Process Complete Event in the syndication engine.
 

Method Detail

onSubscriberComplete

Result onSubscriberComplete(com.ibm.workplace.wcm.api.extensions.syndication.SubscriberEvent eventInfo)
Deprecated. 
Execute any extensions registered for the Subscriber Process Complete Event in the syndication engine.

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