Interface Summary |
SubscriberComplete |
Deprecated. this interface is not supported use SubscriberCompleting instead |
SubscriberCompleting |
The Subscriber Completing extension point allows implementors to receive notification of a subscriber run completing. |
SubscriberEvent |
The event information passed into the SubscriberReady and SubscriberComplete extensions. |
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. |
SyndicationSummary |
The Syndication summary is provided as part of the SyndicatorCompleting and SubscriberCompleting extension points. |
SyndicatorComplete |
Deprecated. this interface is not supported use SyndicatorCompleting instead |
SyndicatorCompleting |
The Syndicator Completing extension point allows implementors to receive notification of a syndicator run completing. |
SyndicatorEvent |
The Event object passed into the SyndicatorStarted and SyndicatorComplete extensions
The SyndicatorEvent contains all the information that is needed by the extensions. |
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 |