Indicates whether this is a composite mediator
Source position: fpobserver.pp line 125
public class function TBaseMediator.CompositeMediator: Boolean; virtual; |
True if composite mediator, False otherwise
The CompositeMediator class method returns False for base mediators, indicating they handle single property mediation. List mediators and other composite mediators override this to return True.
This information is used by the mediator manager when automatically selecting appropriate mediators for different scenarios.