| Modifier and Type | Method and Description |
|---|---|
FlowConstruct |
DefaultMuleEventContext.getFlowConstruct()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static EventContext |
DefaultEventContext.create(FlowConstruct flow,
org.mule.runtime.api.component.location.ComponentLocation location)
Builds a new execution context with the given parameters.
|
static EventContext |
DefaultEventContext.create(FlowConstruct flow,
org.mule.runtime.api.component.location.ComponentLocation location,
String correlationId)
Builds a new execution context with the given parameters and an empty publisher.
|
static EventContext |
DefaultEventContext.create(FlowConstruct flow,
org.mule.runtime.api.component.location.ComponentLocation location,
String correlationId,
org.reactivestreams.Publisher<Void> externalCompletionPublisher)
Builds a new execution context with the given parameters.
|
| Constructor and Description |
|---|
DefaultMuleEventContext(FlowConstruct flow,
Event event)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FlowConstruct |
Event.getFlowConstruct()
Deprecated.
TODO MULE-10013 remove this
|
FlowConstruct |
MuleEventContext.getFlowConstruct() |
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.flow(FlowConstruct flow)
Deprecated.
TODO MULE-10013 remove this
|
| Modifier and Type | Class and Description |
|---|---|
class |
MuleClientFlowConstruct
Placeholder class which makes the default exception handler available.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleAdapter |
LifecycleAdapterFactory.create(Object pojoService,
JC component,
FlowConstruct flowConstruct,
EntryPointResolverSet resolver,
MuleContext muleContext) |
| Modifier and Type | Field and Description |
|---|---|
protected FlowConstruct |
DefaultReplyToHandler.flowConstruct |
| Constructor and Description |
|---|
DefaultReplyToHandler(FlowConstruct flowConstruct) |
| 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 | Method and Description |
|---|---|
void |
FlowConstructAware.setFlowConstruct(FlowConstruct flowConstruct) |
| Constructor and Description |
|---|
FlowConstructInvalidException(org.mule.runtime.api.i18n.I18nMessage message,
FlowConstruct flowConstruct) |
| Modifier and Type | Field and Description |
|---|---|
protected FlowConstruct |
EnrichedServerNotification.flowConstruct |
| Modifier and Type | Method and Description |
|---|---|
FlowConstruct |
EnrichedServerNotification.getFlowConstruct() |
| Constructor and Description |
|---|
EnrichedServerNotification(EnrichedNotificationInfo notificationInfo,
int action,
FlowConstruct flowConstruct) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedExpressionLanguageAdaptor.enrich(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
Object object)
Deprecated.
Mutation via expressions is deprecated.
|
void |
ExtendedExpressionLanguageAdaptor.enrich(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
org.mule.runtime.api.metadata.TypedValue value)
Deprecated.
Mutation via expressions is deprecated.
|
void |
ExtendedExpressionManager.enrich(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
org.mule.runtime.api.metadata.TypedValue value)
Deprecated.
Mutation via expressions is deprecated.
|
org.mule.runtime.api.metadata.TypedValue |
ExpressionManager.evaluate(String expression,
org.mule.runtime.api.metadata.DataType expectedOutputType,
org.mule.runtime.api.el.BindingContext context,
Event event,
FlowConstruct flowConstruct,
boolean failOnNull)
Evaluates an expression according to a given
BindingContext, the global one, the DataType of the expected
result and an Event. |
org.mule.runtime.api.metadata.TypedValue |
ExpressionLanguageAdaptor.evaluate(String expression,
org.mule.runtime.api.metadata.DataType expectedOutputType,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext context,
boolean failOnNull)
|
org.mule.runtime.api.metadata.TypedValue |
ExtendedExpressionManager.evaluate(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct)
Deprecated.
Mutation via expressions is deprecated.
|
org.mule.runtime.api.metadata.TypedValue |
ExtendedExpressionLanguageAdaptor.evaluate(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext)
Deprecated.
Mutation via expressions is deprecated.
|
org.mule.runtime.api.metadata.TypedValue |
ExpressionManager.evaluate(String expression,
Event event,
FlowConstruct flowConstruct)
Execute the expression returning the result.
|
org.mule.runtime.api.metadata.TypedValue |
ExpressionLanguageAdaptor.evaluate(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext)
|
org.mule.runtime.api.metadata.TypedValue |
ExpressionManager.evaluate(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext context)
Execute the expression returning the result.
|
boolean |
ExpressionManager.evaluateBoolean(String expression,
Event event,
FlowConstruct flowConstruct)
Evaluates an expression considering a
boolean as output. |
boolean |
ExpressionManager.evaluateBoolean(String expression,
Event event,
FlowConstruct flowConstruct,
boolean nullReturnsTrue,
boolean nonBooleanReturnsTrue)
Evaluates an expression considering a
boolean as output. |
String |
ExtendedExpressionManager.parse(String expression,
Event event,
FlowConstruct flowConstruct)
Deprecated.
Parsing of expressions is deprecated. Use standard evaluation instead.
|
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
ExpressionLanguageAdaptor.split(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext)
Splits using the specified expression and group it with the batch size.
|
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
ExpressionManager.split(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext)
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
ExceptionContextProvider.getContextInfo(EnrichedNotificationInfo notificationInfo,
Processor lastProcessed,
FlowConstruct flowConstruct) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LifecycleUtils.initialiseIfNeeded(Object object,
MuleContext muleContext,
FlowConstruct flowConstruct)
The same as
LifecycleUtils.initialiseIfNeeded(Object, MuleContext), only that it also checks if it implements
FlowConstructAware, in which case it will invoke FlowConstructAware.setFlowConstruct(FlowConstruct) with the
given flowConstruct |
static void |
LifecycleUtils.setFlowConstructIfNeeded(Collection<? extends Object> objects,
FlowConstruct flowConstruct)
Sets an objects
FlowConstruct if it implements FlowConstructAware. |
static void |
LifecycleUtils.setFlowConstructIfNeeded(Object object,
FlowConstruct flowConstruct)
Sets an objects
FlowConstruct if it implements FlowConstructAware. |
| Modifier and Type | Field and Description |
|---|---|
protected FlowConstruct |
LoggerMessageProcessor.flowConstruct |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggerMessageProcessor.setFlowConstruct(FlowConstruct flowConstruct) |
| Modifier and Type | Method and Description |
|---|---|
Sink |
ProcessingStrategy.createSink(FlowConstruct flowConstruct,
ReactiveProcessor pipeline)
|
| Modifier and Type | Method and Description |
|---|---|
FlowConstruct |
MuleRegistry.lookupFlowConstruct(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FlowConstruct> |
MuleRegistry.lookupFlowConstructs() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleRegistry.registerFlowConstruct(FlowConstruct flowConstruct) |
| Modifier and Type | Method and Description |
|---|---|
static MessagingException |
ExceptionUtils.putContext(MessagingException messagingException,
Processor failingMessageProcessor,
Event event,
FlowConstruct flowConstruct,
MuleContext muleContext) |
static MessagingException |
ExceptionUtils.updateMessagingException(org.slf4j.Logger logger,
Processor processor,
MessagingException exception,
ErrorTypeLocator errorTypeLocator,
ErrorTypeRepository errorTypeRepository,
FlowConstruct flowConstruct,
MuleContext muleContext)
Updates the
MessagingException to be thrown based on the content of the exception parameter and the chain of
causes inside it. |
static MessagingException |
ExceptionUtils.updateMessagingExceptionWithError(MessagingException exception,
Processor failing,
FlowConstruct flowConstruct) |
| Modifier and Type | Field and Description |
|---|---|
protected FlowConstruct |
DefaultComponentLifecycleAdapter.flowConstruct |
protected FlowConstruct |
AbstractComponent.flowConstruct |
| Modifier and Type | Method and Description |
|---|---|
FlowConstruct |
AbstractComponent.getFlowConstruct() |
| Modifier and Type | Method and Description |
|---|---|
LifecycleAdapter |
DefaultComponentLifecycleAdapterFactory.create(Object pojoService,
JavaComponent component,
FlowConstruct flowConstruct,
EntryPointResolverSet resolver,
MuleContext muleContext) |
void |
AbstractJavaComponent.setFlowConstruct(FlowConstruct flowConstruct) |
void |
AbstractComponent.setFlowConstruct(FlowConstruct flowConstruct) |
| Constructor and Description |
|---|
DefaultComponentLifecycleAdapter(Object componentObject,
JavaComponent component,
FlowConstruct flowConstruct,
EntryPointResolverSet entryPointResolver,
MuleContext muleContext) |
DefaultComponentLifecycleAdapter(Object componentObject,
JavaComponent component,
FlowConstruct flowConstruct,
MuleContext muleContext) |
NullLifecycleAdapter(Object componentObject,
JavaComponent component,
FlowConstruct flowConstruct,
EntryPointResolverSet entryPointResolver,
MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
static MessageProcessorNotification |
MessageProcessorNotification.createFrom(Event event,
FlowConstruct flowConstruct,
Processor processor,
MessagingException exceptionThrown,
int action) |
void |
NotificationHelper.fireNotification(Object source,
Event event,
FlowConstruct flowConstruct,
int action)
Fires a
ConnectorMessageNotification for the given arguments using the ServerNotificationHandler associated
to the given event and based on a ComponentLocation. |
Map<String,Object> |
MessageProcessingFlowTraceManager.getContextInfo(EnrichedNotificationInfo notificationInfo,
Processor lastProcessed,
FlowConstruct flowConstruct) |
| Constructor and Description |
|---|
AsyncMessageNotification(EnrichedNotificationInfo notificationInfo,
FlowConstruct flowConstruct,
int action) |
ComponentMessageNotification(EnrichedNotificationInfo notificationInfo,
FlowConstruct flowConstruct,
int action) |
ConnectorMessageNotification(EnrichedNotificationInfo notificationInfo,
FlowConstruct flowConstruct,
int action) |
ErrorHandlerNotification(EnrichedNotificationInfo notificationInfo,
FlowConstruct flowConstruct,
int action) |
ExceptionNotification(EnrichedNotificationInfo notificationInfo,
FlowConstruct flowConstruct) |
FlowConstructNotification(FlowConstruct flowConstruct,
int action) |
MessageProcessorNotification(EnrichedNotificationInfo notificationInfo,
FlowConstruct flowConstruct,
EventContext eventContext,
int action) |
| Modifier and Type | Field and Description |
|---|---|
protected FlowConstruct |
ExpressionLanguageComponent.flowConstruct |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionLanguageAdaptorHandler.enrich(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
Object object) |
void |
DataWeaveExpressionLanguageAdaptor.enrich(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
Object object) |
void |
ExpressionLanguageAdaptorHandler.enrich(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
org.mule.runtime.api.metadata.TypedValue value) |
void |
DefaultExpressionManager.enrich(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
org.mule.runtime.api.metadata.TypedValue value) |
void |
DataWeaveExpressionLanguageAdaptor.enrich(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
org.mule.runtime.api.metadata.TypedValue value) |
org.mule.runtime.api.metadata.TypedValue |
DefaultExpressionManager.evaluate(String expression,
org.mule.runtime.api.metadata.DataType outputType,
org.mule.runtime.api.el.BindingContext context,
Event event,
FlowConstruct flowConstruct,
boolean failOnNull) |
org.mule.runtime.api.metadata.TypedValue |
ExpressionLanguageAdaptorHandler.evaluate(String expression,
org.mule.runtime.api.metadata.DataType expectedOutputType,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext context,
boolean failOnNull) |
org.mule.runtime.api.metadata.TypedValue |
DataWeaveExpressionLanguageAdaptor.evaluate(String expression,
org.mule.runtime.api.metadata.DataType expectedOutputType,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext context,
boolean failOnNull) |
org.mule.runtime.api.metadata.TypedValue |
DefaultExpressionManager.evaluate(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct) |
org.mule.runtime.api.metadata.TypedValue |
ExpressionLanguageAdaptorHandler.evaluate(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext) |
org.mule.runtime.api.metadata.TypedValue |
DataWeaveExpressionLanguageAdaptor.evaluate(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext context) |
org.mule.runtime.api.metadata.TypedValue |
DefaultExpressionManager.evaluate(String expression,
Event event,
FlowConstruct flowConstruct) |
org.mule.runtime.api.metadata.TypedValue |
ExpressionLanguageAdaptorHandler.evaluate(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext) |
org.mule.runtime.api.metadata.TypedValue |
DefaultExpressionManager.evaluate(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext context) |
org.mule.runtime.api.metadata.TypedValue |
DataWeaveExpressionLanguageAdaptor.evaluate(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext) |
boolean |
DefaultExpressionManager.evaluateBoolean(String expression,
Event event,
FlowConstruct flowConstruct) |
boolean |
DefaultExpressionManager.evaluateBoolean(String expression,
Event event,
FlowConstruct flowConstruct,
boolean nullReturnsTrue,
boolean nonBooleanReturnsTrue) |
String |
DefaultExpressionManager.parse(String expression,
Event event,
FlowConstruct flowConstruct) |
void |
ExpressionLanguageComponent.setFlowConstruct(FlowConstruct flowConstruct) |
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
ExpressionLanguageAdaptorHandler.split(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext) |
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
DefaultExpressionManager.split(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext) |
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
DataWeaveExpressionLanguageAdaptor.split(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
MVELExpressionLanguage.enrich(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
Object object) |
void |
MVELExpressionLanguage.enrich(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
org.mule.runtime.api.metadata.TypedValue typedValue) |
org.mule.runtime.api.metadata.TypedValue |
MVELExpressionLanguage.evaluate(String expression,
org.mule.runtime.api.metadata.DataType expectedOutputType,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext context,
boolean failOnNull) |
org.mule.runtime.api.metadata.TypedValue |
MVELExpressionLanguage.evaluate(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext) |
org.mule.runtime.api.metadata.TypedValue |
MVELExpressionLanguage.evaluate(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext) |
<T> T |
MVELExpressionLanguage.evaluateUntyped(String expression,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
Map<String,Object> vars) |
Iterator<org.mule.runtime.api.metadata.TypedValue<?>> |
MVELExpressionLanguage.split(String expression,
Event event,
FlowConstruct flowConstruct,
org.mule.runtime.api.el.BindingContext bindingContext) |
| Constructor and Description |
|---|
EventVariableResolverFactory(org.mule.mvel2.ParserConfiguration parserConfiguration,
MuleContext muleContext,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct) |
EventVariableResolverFactory(org.mule.mvel2.ParserConfiguration parserConfiguration,
MuleContext muleContext,
Event event,
Event.Builder eventBuilder,
FlowConstruct flowConstruct,
org.mule.mvel2.integration.VariableResolverFactory next)
Convenience constructor to allow for more concise creation of VariableResolverFactory chains without and performance overhead
incurred by using a builder.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
MessagingExceptionLocationProvider.getContextInfo(EnrichedNotificationInfo notificationInfo,
Processor lastProcessed,
FlowConstruct flowConstruct) |
protected Event |
AbstractExceptionListener.routeException(Event event,
FlowConstruct flowConstruct,
Throwable t)
Routes the current exception to an error endpoint such as a Dead Letter Queue (jms) This method is only invoked if there is a
Message available to dispatch.
|
void |
RedeliveryExceeded.setFlowConstruct(FlowConstruct flowConstruct) |
void |
OnErrorPropagateHandler.setFlowConstruct(FlowConstruct flowConstruct) |
| Modifier and Type | Method and Description |
|---|---|
FlowConstruct |
MessageProcessContext.getFlowConstruct() |
| Modifier and Type | Method and Description |
|---|---|
static ErrorHandlingExecutionTemplate |
ErrorHandlingExecutionTemplate.createErrorHandlingExecutionTemplate(MuleContext muleContext,
FlowConstruct flowConstruct,
MessagingExceptionHandler messagingExceptionHandler)
Creates a ErrorHandlingExecutionTemplate to be used as the main enthat will route any MessagingException thrown to an
exception listener
|
static TransactionalErrorHandlingExecutionTemplate |
TransactionalErrorHandlingExecutionTemplate.createMainExecutionTemplate(MuleContext muleContext,
FlowConstruct flowConstruct,
MessagingExceptionHandler messagingExceptionHandler)
Creates a TransactionalErrorHandlingExecutionTemplate to be used as first processing template in a flow using no transaction
configuration
|
static TransactionalErrorHandlingExecutionTemplate |
TransactionalErrorHandlingExecutionTemplate.createMainExecutionTemplate(MuleContext muleContext,
FlowConstruct flowConstruct,
TransactionConfig transactionConfig)
Creates a TransactionalErrorHandlingExecutionTemplate to be used as first processing template in a flow using no particular
exception listener.
|
static TransactionalErrorHandlingExecutionTemplate |
TransactionalErrorHandlingExecutionTemplate.createMainExecutionTemplate(MuleContext muleContext,
FlowConstruct flowConstruct,
TransactionConfig transactionConfig,
MessagingExceptionHandler messagingExceptionHandler)
Creates a TransactionalErrorHandlingExecutionTemplate to be used as first processing template in a flow
|
static TransactionalErrorHandlingExecutionTemplate |
TransactionalErrorHandlingExecutionTemplate.createScopeExecutionTemplate(MuleContext muleContext,
FlowConstruct flowConstruct,
TransactionConfig transactionConfig,
MessagingExceptionHandler messagingExceptionHandler)
Creates a TransactionalErrorHandlingExecutionTemplate for inner scopes within a flow
|
protected void |
NotificationFiringProcessingPhase.fireNotification(Object source,
Event event,
FlowConstruct flow,
int action) |
void |
ExceptionToMessagingExceptionExecutionInterceptor.setFlowConstruct(FlowConstruct flowConstruct) |
void |
MessageProcessorExecutionTemplate.setFlowConstruct(FlowConstruct flowConstruct) |
| 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 | Method and Description |
|---|---|
void |
FlowConstructLifecycleManager.fireDisposePhase(LifecycleCallback<FlowConstruct> callback) |
void |
FlowConstructLifecycleManager.fireInitialisePhase(LifecycleCallback<FlowConstruct> callback) |
void |
FlowConstructLifecycleManager.fireStartPhase(LifecycleCallback<FlowConstruct> callback) |
void |
FlowConstructLifecycleManager.fireStopPhase(LifecycleCallback<FlowConstruct> callback) |
| Constructor and Description |
|---|
FlowConstructLifecycleManager(FlowConstruct flowConstruct,
MuleContext muleContext) |
| Modifier and Type | Field and Description |
|---|---|
protected FlowConstruct |
FlowConstructStatisticsMessageProcessor.flowConstruct |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowConstructStatisticsMessageProcessor.setFlowConstruct(FlowConstruct flowConstruct) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ProcessingStrategyUtils.isSynchronousProcessing(FlowConstruct flowConstruct)
Determines if the
FlowConstruct based on implementation and processing strategy configured is synchronous. |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingTime |
ProcessingTime.newInstance(FlowConstruct flow)
Create a ProcessingTime for the specified MuleSession.
|
| Modifier and Type | Method and Description |
|---|---|
FlowConstruct |
DefaultEventBuilder.EventImplementation.getFlowConstruct() |
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
DefaultEventBuilder.flow(FlowConstruct flow) |
| Modifier and Type | Field and Description |
|---|---|
protected FlowConstruct |
AbstractObjectFactory.flowConstruct |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractObjectFactory.setFlowConstruct(FlowConstruct flowConstruct) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPolicyInstance |
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyChain.setFlowConstruct(FlowConstruct flowConstruct) |
| Modifier and Type | Field and Description |
|---|---|
protected FlowConstruct |
AbstractInterceptingMessageProcessorBase.flowConstruct |
protected FlowConstruct |
InvokerMessageProcessor.flowConstruct |
protected FlowConstruct |
AbstractRedeliveryPolicy.flowConstruct |
protected FlowConstruct |
AbstractMuleObjectOwner.flowConstruct |
| Modifier and Type | Method and Description |
|---|---|
FlowConstruct |
AbstractMuleObjectOwner.getFlowConstruct() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceProcessor.setFlowConstruct(FlowConstruct flowConstruct) |
void |
ResponseMessageProcessorAdapter.setFlowConstruct(FlowConstruct flowConstruct) |
void |
AbstractInterceptingMessageProcessorBase.setFlowConstruct(FlowConstruct flowConstruct) |
void |
InvokerMessageProcessor.setFlowConstruct(FlowConstruct flowConstruct) |
void |
AbstractRedeliveryPolicy.setFlowConstruct(FlowConstruct flowConstruct) |
void |
AbstractMuleObjectOwner.setFlowConstruct(FlowConstruct flowConstruct) |
| Modifier and Type | Field and Description |
|---|---|
protected FlowConstruct |
AbstractMessageProcessorChain.flowConstruct |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMessageProcessorChain.setFlowConstruct(FlowConstruct flowConstruct) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReactiveInterceptorAdapter.setFlowConstruct(FlowConstruct flowConstruct) |
| Modifier and Type | Method and Description |
|---|---|
Sink |
AbstractProcessingStrategy.createSink(FlowConstruct flowConstruct,
ReactiveProcessor pipeline) |
| Modifier and Type | Method and Description |
|---|---|
FlowConstruct |
MuleRegistryHelper.lookupFlowConstruct(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FlowConstruct> |
MuleRegistryHelper.lookupFlowConstructs() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleRegistryHelper.registerFlowConstruct(FlowConstruct flowConstruct) |
| Modifier and Type | Field and Description |
|---|---|
protected FlowConstruct |
IdempotentMessageValidator.flowConstruct |
| Modifier and Type | Method and Description |
|---|---|
FlowConstruct |
UntilSuccessfulConfiguration.getFlowConstruct() |
| Modifier and Type | Method and Description |
|---|---|
static Serializable |
AsynchronousUntilSuccessfulProcessingStrategy.buildQueueKey(Event muleEvent,
FlowConstruct flow,
MuleContext muleContext) |
protected Event |
AsynchronousUntilSuccessfulProcessingStrategy.doRoute(Event event,
FlowConstruct flow) |
protected Event |
SynchronousUntilSuccessfulProcessingStrategy.doRoute(Event event,
FlowConstruct flow) |
protected abstract Event |
AbstractUntilSuccessfulProcessingStrategy.doRoute(Event event,
FlowConstruct flow) |
Event |
AbstractUntilSuccessfulProcessingStrategy.route(Event event,
FlowConstruct flow) |
Event |
UntilSuccessfulProcessingStrategy.route(Event event,
FlowConstruct flowConstruct) |
void |
AbstractSelectiveRouter.setFlowConstruct(FlowConstruct flowConstruct) |
void |
MessageProcessorFilterPair.setFlowConstruct(FlowConstruct flowConstruct) |
void |
IdempotentMessageValidator.setFlowConstruct(FlowConstruct flowConstruct) |
void |
MessageFilter.setFlowConstruct(FlowConstruct flowConstruct) |
| Constructor and Description |
|---|
EventCorrelator(EventCorrelatorCallback callback,
Processor timeoutMessageProcessor,
MuleContext muleContext,
FlowConstruct flowConstruct,
PartitionableObjectStore correlatorStore,
String storePrefix,
org.mule.runtime.api.store.ObjectStore<Long> processedGroups) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOutboundRouter.setFlowConstruct(FlowConstruct flowConstruct) |
| Modifier and Type | Field and Description |
|---|---|
protected FlowConstruct |
AbstractAsyncRequestReplyRequester.flowConstruct |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAsyncRequestReplyRequester.setFlowConstruct(FlowConstruct flowConstruct) |
| Modifier and Type | Field and Description |
|---|---|
protected FlowConstruct |
StartableCompositeMessageSource.flowConstruct |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterizableMessageSourceWrapper.setFlowConstruct(FlowConstruct flowConstruct) |
void |
StartableCompositeMessageSource.setFlowConstruct(FlowConstruct pattern) |
| Constructor and Description |
|---|
ClusterizableMessageSourceWrapper(MuleContext muleContext,
ClusterizableMessageSource messageSource,
FlowConstruct flowConstruct) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSchedulerMessageSource.setFlowConstruct(FlowConstruct flowConstruct) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.