public class MuleClientFlowConstruct extends Object implements FlowConstruct
| Constructor and Description |
|---|
MuleClientFlowConstruct(MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
MessagingExceptionHandler |
getExceptionListener() |
LifecycleState |
getLifecycleState() |
MessageProcessorChain |
getMessageProcessorChain() |
MuleContext |
getMuleContext() |
String |
getName() |
String |
getServerId() |
FlowConstructStatistics |
getStatistics() |
String |
getUniqueIdString()
Generate a unique ID string
|
public MuleClientFlowConstruct(MuleContext muleContext)
public String getName()
getName in interface org.mule.runtime.api.meta.NamedObjectpublic String getUniqueIdString()
FlowConstructgetUniqueIdString in interface FlowConstructpublic String getServerId()
getServerId in interface FlowConstructpublic MessagingExceptionHandler getExceptionListener()
getExceptionListener in interface FlowConstructpublic LifecycleState getLifecycleState()
getLifecycleState in interface LifecycleStateEnabledpublic FlowConstructStatistics getStatistics()
getStatistics in interface FlowConstructpublic MuleContext getMuleContext()
getMuleContext in interface FlowConstructpublic MessageProcessorChain getMessageProcessorChain()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.