Uses of Interface
ddf.catalog.event.Subscription
Packages that use Subscription
Package
Description
Provides the classes for the Catalog Event API and implementation.
Provides the classes for the Catalog Plug-in API and implementation.
-
Uses of Subscription in ddf.catalog.event
Methods in ddf.catalog.event with parameters of type SubscriptionModifier and TypeMethodDescriptionEventProcessor.createSubscription(Subscription subscription) Create aSubscriptionwith an automatically-generated id.voidEventProcessor.createSubscription(Subscription subscription, String subscriptionId) Register aSubscriptionwith thisCatalogFramework.voidEventProcessor.updateSubscription(Subscription subscription, String subcriptionId) Updates the subscription associated with the given id. -
Uses of Subscription in ddf.catalog.plugin
Methods in ddf.catalog.plugin that return SubscriptionModifier and TypeMethodDescriptionPreSubscriptionPlugin.process(Subscription input) Processes theSubscription.Methods in ddf.catalog.plugin with parameters of type SubscriptionModifier and TypeMethodDescriptionPreSubscriptionPlugin.process(Subscription input) Processes theSubscription.