Package ddf.catalog.event
package ddf.catalog.event
Provides the classes for the Catalog Event API and implementation.
-
ClassDescriptionThe exception thrown when problems are detected during the delivery of a created, updated, or deleted event.The DeliveryMethod provides the operation (created, updated, deleted) of how a
Metacardcan be delivered.The exception thrown to capture problems during the PubSub operations create, update, and delete of subscriptions.This interface is used to describe: a method of creating, updating, and deleting subscriptions.The exception thrown when problems creating a subscription are detected due to invalid data in theSubscription, such as a missingDeliveryMethod.A Subscriber is used to identify a service that is capable of deleting subscriptions.A Subscription is used for a "subscriber" to subscribe to events based on a particular type of filter.The exception thrown when problems creating a subscription are detected due to aSubscriptionwith the same ID already existing in the OSGi registry.The exception thrown when problems updating or deleting a subscription are detected due to theSubscriptionnot being found in the OSGi registry.