public class BatchMessageBlock
extends org.mule.runtime.core.api.processor.AbstractMessageProcessorOwner
implements org.mule.runtime.core.api.processor.Processor
locator, logger, muleContext| Constructor and Description |
|---|
BatchMessageBlock() |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.mule.runtime.core.api.processor.Processor> |
getMessageProcessors() |
protected List<org.mule.runtime.core.api.processor.Processor> |
getOwnedMessageProcessors() |
void |
initialise() |
org.mule.runtime.core.api.event.CoreEvent |
process(org.mule.runtime.core.api.event.CoreEvent event) |
void |
setMessageProcessors(List<org.mule.runtime.core.api.processor.Processor> messageProcessors) |
getOwnedObjectsdispose, getMuleContext, setMuleContext, start, stopgetAnnotation, getAnnotations, getDslSource, getIdentifier, getLocation, getRepresentation, getRootContainerLocation, initRootContainerName, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic org.mule.runtime.core.api.event.CoreEvent process(org.mule.runtime.core.api.event.CoreEvent event)
throws org.mule.runtime.api.exception.MuleException
process in interface org.mule.runtime.core.api.processor.Processororg.mule.runtime.api.exception.MuleExceptionpublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableinitialise in class org.mule.runtime.core.api.processor.AbstractMuleObjectOwner<org.mule.runtime.core.api.processor.Processor>org.mule.runtime.api.lifecycle.InitialisationExceptionprotected List<org.mule.runtime.core.api.processor.Processor> getOwnedMessageProcessors()
getOwnedMessageProcessors in class org.mule.runtime.core.api.processor.AbstractMessageProcessorOwnerprotected List<org.mule.runtime.core.api.processor.Processor> getMessageProcessors()
public void setMessageProcessors(List<org.mule.runtime.core.api.processor.Processor> messageProcessors)
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.