Interface DistributionEventTopics
@ProviderType
public interface DistributionEventTopics
an interface containing a list of the possible topics of events related to
distribution
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Event raised after the successful creation of a content package.static final String
Event raised after successfully distributing a content package from a distribution queue.static final String
Event raised when a content package could not be distributed and was removed from a distribution queue.static final String
Event raised after successfully storing a content package to the distribution queues.static final String
static final String
Event raised after successfully importing a content package.
-
Field Details
-
EVENT_BASE
- See Also:
-
AGENT_PACKAGE_CREATED
Event raised after the successful creation of a content package.- See Also:
-
AGENT_PACKAGE_QUEUED
Event raised after successfully storing a content package to the distribution queues.- See Also:
-
AGENT_PACKAGE_DISTRIBUTED
Event raised after successfully distributing a content package from a distribution queue.- See Also:
-
AGENT_PACKAGE_DROPPED
Event raised when a content package could not be distributed and was removed from a distribution queue.- See Also:
-
IMPORTER_PACKAGE_IMPORTED
Event raised after successfully importing a content package.- See Also:
-