Interface DistributionEventTopics


  • @ProviderType
    public interface DistributionEventTopics
    an interface containing a list of the possible topics of events related to distribution
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AGENT_PACKAGE_CREATED
      Event raised after the successful creation of a content package.
      static java.lang.String AGENT_PACKAGE_DISTRIBUTED
      Event raised after successfully distributing a content package from a distribution queue.
      static java.lang.String AGENT_PACKAGE_DROPPED
      Event raised when a content package could not be distributed and was removed from a distribution queue.
      static java.lang.String AGENT_PACKAGE_QUEUED
      Event raised after successfully storing a content package to the distribution queues.
      static java.lang.String EVENT_BASE  
      static java.lang.String IMPORTER_PACKAGE_IMPORTED
      Event raised after successfully importing a content package.
    • Field Detail

      • AGENT_PACKAGE_CREATED

        static final java.lang.String AGENT_PACKAGE_CREATED
        Event raised after the successful creation of a content package.
        See Also:
        Constant Field Values
      • AGENT_PACKAGE_QUEUED

        static final java.lang.String AGENT_PACKAGE_QUEUED
        Event raised after successfully storing a content package to the distribution queues.
        See Also:
        Constant Field Values
      • AGENT_PACKAGE_DISTRIBUTED

        static final java.lang.String AGENT_PACKAGE_DISTRIBUTED
        Event raised after successfully distributing a content package from a distribution queue.
        See Also:
        Constant Field Values
      • AGENT_PACKAGE_DROPPED

        static final java.lang.String AGENT_PACKAGE_DROPPED
        Event raised when a content package could not be distributed and was removed from a distribution queue.
        See Also:
        Constant Field Values
      • IMPORTER_PACKAGE_IMPORTED

        static final java.lang.String IMPORTER_PACKAGE_IMPORTED
        Event raised after successfully importing a content package.
        See Also:
        Constant Field Values