public interface PreSubscriptionPlugin
Subscription being created.| Modifier and Type | Method and Description |
|---|---|
Subscription |
process(Subscription input)
Processes the
Subscription. |
Subscription process(Subscription input) throws PluginExecutionException, StopProcessingException
Subscription.input - the Subscription to processSubscription to pass to the next PreSubscriptionPlugin, or if this is the last PreSubscriptionPlugin to be calledPluginExecutionException - thrown when there is an error in processing the SubscriptionStopProcessingExceptionThis work is licensed under a Creative Commons Attribution 4.0 International License.