Package ddf.catalog.event


package ddf.catalog.event
Provides the classes for the Catalog Event API and implementation.
  • Class
    Description
    The 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 Metacard can 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 the Subscription, such as a missing DeliveryMethod.
    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 a Subscription with the same ID already existing in the OSGi registry.
    The exception thrown when problems updating or deleting a subscription are detected due to the Subscription not being found in the OSGi registry.