| Package | Description |
|---|---|
| org.mule.sdk.api.runtime.source |
| Class and Description |
|---|
| BackPressureAction
Indicates which type of back pressure has the runtime applied on a give message.
|
| BackPressureMode
Describes the available back pressure strategies
|
| PollContext
Contains context associated to each polling execution, and allows to dispatch items for execution through the
PollContext.accept(Consumer) method. |
| PollContext.PollItem
An item obtained through a poll
|
| PollContext.PollItemStatus
The possible outcomes of submiting an item for processing through the
PollContext.accept(Consumer) method |
| Source
Base class to write message sources compliant with a given
SourceModel. |
| SourceCallback
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 |
| 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 © 2021. All rights reserved.