- All Implemented Interfaces:
- org.mule.runtime.api.lifecycle.Disposable, org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Lifecycle, org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable, org.mule.runtime.api.meta.AnnotatedObject, FlowConstructAware, MuleContextAware, MessagingExceptionHandlerAware
- Direct Known Subclasses:
- AbstractExceptionListener, AbstractOutboundRouter, AsyncDelegateMessageProcessor, Foreach, MessageEnricher, ScatterGatherRouter, TryMessageProcessor, WireTap
public abstract class AbstractMessageProcessorOwner
extends AbstractMuleObjectOwner<Processor>
implements org.mule.runtime.api.lifecycle.Lifecycle, MuleContextAware, FlowConstructAware, org.mule.runtime.api.meta.AnnotatedObject
An object that owns message processors and delegates startup/shutdown events to them.