persistent class EnsLib.PubSub.Response
extends Ens.Response
Used by the PubSub Routing Operation to return routing information for a given message or topic.
parameter DOMAIN = "Ensemble";
Use our own domain for localization
property TargetList
as list of EnsLib.PubSub.Target;
List of targets to which the message should be sent.
classmethod %OnDelete(oid As %ObjectIdentity)
as %Status
Make sure non-subscriber target objects are deleted when then
*this* response is deleted.