Package ddf.catalog.plugin
Interface PreSubscriptionPlugin
public interface PreSubscriptionPlugin
The Interface PreSubscriptionPlugin provides the capability to execute a plugin prior to a
Subscription being created.-
Method Summary
-
Method Details
-
process
Processes theSubscription.- Parameters:
input- theSubscriptionto process- Returns:
- the value of the processed
Subscriptionto pass to the nextPreSubscriptionPlugin, or if this is the lastPreSubscriptionPluginto be called - Throws:
PluginExecutionException- thrown when there is an error in processing theSubscriptionStopProcessingException
-