| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.source |
| Modifier and Type | Method and Description |
|---|---|
Optional<SourceCallbackModel> |
SourceModel.getErrorCallback()
Optionally returns a
SourceCallbackModel which will listen for errors thrown by the source owner each time it fails
to process any of the generated messages |
Optional<SourceCallbackModel> |
SourceModel.getSuccessCallback()
Optionally returns a
SourceCallbackModel which will listen for the values produced by the source owner each time it
successfully processes any of the generated messages. |
Optional<SourceCallbackModel> |
SourceModel.getTerminateCallback()
Optionally returns a
SourceCallbackModel which will listen for the results of every generated message. |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.