public final class SourceCallbackModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
ModelProperty to be used in SourceModel instances, which
indicates that the source is listening for responses on the indicated methods.| Constructor and Description |
|---|
SourceCallbackModelProperty(Optional<Method> onSuccessMethod,
Optional<Method> onErrorMethod,
Optional<Method> onTerminateMethod,
Optional<Method> onBackPressureMethod)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Optional<Method> |
getOnBackPressureMethod() |
Optional<Method> |
getOnErrorMethod() |
Optional<Method> |
getOnSuccessMethod() |
Optional<Method> |
getOnTerminateMethod() |
boolean |
isPublic() |
public String getName()
getName in interface org.mule.runtime.api.meta.model.ModelPropertygetName in interface org.mule.runtime.api.meta.NamedObjectpublic boolean isPublic()
isPublic in interface org.mule.runtime.api.meta.model.ModelPropertyfalseCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.