public class CallbackParameterModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
ModelProperty intended to be used in parameters
owned by a SourceModel.
It indicates that the given parameter is one that applies when a flow yields the result from processing a message produced by the source.
| Modifier and Type | Class and Description |
|---|---|
static class |
CallbackParameterModelProperty.CallbackPhase
An enum which describes the different phases that a callback can belong to.
|
| Constructor and Description |
|---|
CallbackParameterModelProperty(CallbackParameterModelProperty.CallbackPhase callbackPhase)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
CallbackParameterModelProperty.CallbackPhase |
getCallbackPhase() |
String |
getName() |
boolean |
isExternalizable() |
public CallbackParameterModelProperty(CallbackParameterModelProperty.CallbackPhase callbackPhase)
callbackPhase - a CallbackParameterModelProperty.CallbackPhasepublic CallbackParameterModelProperty.CallbackPhase getCallbackPhase()
CallbackParameterModelProperty.CallbackPhase for the enriched parameterpublic String getName()
getName in interface org.mule.runtime.api.meta.model.ModelPropertygetName in interface org.mule.runtime.api.meta.NamedObjectpublic boolean isExternalizable()
isExternalizable in interface org.mule.runtime.api.meta.model.ModelPropertyfalseCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.