| Interface | Description |
|---|---|
| SourceCallback<T,A> |
A callback to allow
Source implementations to communicate
generated messages back to the runtime so that they can be processed. |
| SourceCallbackContext |
A context interface to correlate a message generated by a
Source to
a particular state |
| SourceCompletionCallback |
Callback used by
sources in order tell the runtime that they will process the flow's response
in an asynchronous manner (from now on, async sources). |
| SourceFactory |
Factory object for instances of
Source. |
| Class | Description |
|---|---|
| Source<T,A> |
Base class to write message sources compliant with a given
SourceModel. |
| SourceResult |
A class that represents the result of processing a message from a
Source through a flow,
this reports whether the result of the processing was successful or terminated with errors. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.