public interface Pipeline extends FlowConstruct, ProcessingDescriptor
Processor's that are invoked in order to processor new messages received from it's
MessageSource| Modifier and Type | Method and Description |
|---|---|
List<Processor> |
getMessageProcessors() |
MessageSource |
getMessageSource() |
ProcessingStrategy |
getProcessingStrategy() |
ProcessingStrategyFactory |
getProcessingStrategyFactory() |
Map<String,EventContext> |
getSerializationEventContextCache()
Map of current
EventContext instances for Event's that have been serialized. |
void |
setMessageProcessors(List<Processor> messageProcessors) |
void |
setMessageSource(MessageSource messageSource) |
void |
setProcessingStrategyFactory(ProcessingStrategyFactory processingStrategyFactory) |
getExceptionListener, getMuleContext, getServerId, getStatistics, getUniqueIdStringgetLifecycleStateisSynchronousvoid setMessageSource(MessageSource messageSource)
MessageSource getMessageSource()
void setProcessingStrategyFactory(ProcessingStrategyFactory processingStrategyFactory)
ProcessingStrategy getProcessingStrategy()
Map<String,EventContext> getSerializationEventContextCache()
EventContext instances for Event's that have been serialized. Entries will be removed on
deserialization or in the last resort purged through garbage collection when there are no longer any hard references to the
EventContext left. EventContext's for Event's that are not serialized will never be added to this
cache.EventContext.getId()ProcessingStrategyFactory getProcessingStrategyFactory()
ProcessingStrategy used on the pipeline.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.