| Package | Description |
|---|---|
| org.mule.tooling.client.api.extension.model.source |
| Modifier and Type | Method and Description |
|---|---|
Optional<SourceCallbackModel> |
SourceModel.getErrorCallback() |
Optional<SourceCallbackModel> |
SourceModel.getSuccessCallback() |
Optional<SourceCallbackModel> |
SourceModel.getTerminateCallback() |
| Constructor and Description |
|---|
SourceModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
OutputModel output,
OutputModel outputAttributes,
boolean transactional,
boolean requiresConnection,
boolean supportsStreaming,
StereotypeModel stereotype,
boolean hasResponse,
boolean runsOnPrimaryNodeOnly,
SourceCallbackModel successCallback,
SourceCallbackModel errorCallback,
SourceCallbackModel terminateCallbackModel,
Set<ErrorModel> errors,
List<? extends NestableElementModel> nestedComponents,
MetadataKeyIdModel metadataKeyIdModel,
DeprecationModel deprecationModel) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.