| Package | Description |
|---|---|
| org.mule.runtime.core.api.construct | |
| org.mule.runtime.core.internal.construct |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Flow
Defines a
Pipeline that represents a Mule flow. |
interface |
Pipeline
A pipeline has an ordered list of
Processor's that are invoked in order to processor new messages received from it's
MessageSource |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPipeline
Abstract implementation of
AbstractFlowConstruct that allows a list of Processors that will be used to process
messages to be configured. |
static class |
DefaultFlowBuilder.DefaultFlow
Default implementation of
Flow |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.