The target for a subscription is the object on which the
subscription acts. The subscription target determines the events that
can be selected for a subscription.
The subscription target is specified in one of the following ways:
- Class: The subscription applies to all objects that belong to
the class.
- Version: The subscription applies to all versions of a versionable
object.
- Object: The subscription applies to a specific version of an object.
Tip: Make the subscription target a class for the following
benefits:
- Consistent management for a set of common objects
- Minimal system performance impact because the number of subscriptions
that run simultaneously is limited