| Modifier and Type | Class and Description |
|---|---|
class |
MuleClientFlowConstruct
Placeholder class which makes the default exception handler available.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Flow
Defines a
Pipeline that represents a Mule flow. |
interface |
FlowConstruct
A uniquely identified
FlowConstruct that once implemented and configured defines a construct through which messages are
processed using MessageSource and Processor building blocks. |
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 | Interface and Description |
|---|---|
interface |
LegacyConnector
Deprecated.
Transport infrastructure is deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFlowConstruct
Abstract implementation of
FlowConstruct that:
Is constructed with unique name and MuleContext. |
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 |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPolicyInstance |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.