Uses of Package
org.mule.sdk.api.runtime.source
Packages that use org.mule.sdk.api.runtime.source
-
Classes in org.mule.sdk.api.runtime.source used by org.mule.sdk.api.runtime.sourceClassDescriptionIndicates which type of back pressure has the runtime applied on a give message.Describes the available back pressure strategiesThis is a manager for handling distributed tracing for sources/operations.Contains context associated to each polling execution, and allows to dispatch items for execution through the
PollContext.accept(Consumer)method.An item obtained through a pollThe possible outcomes of submiting an item for processing through thePollContext.accept(Consumer)methodBase class to write message sources compliant with a givenSourceModel.A callback to allowSourceimplementations to communicate generated messages back to the runtime so that they can be processed.A context interface to correlate a message generated by aSourceto a particular stateA class that represents the result of processing a message from aSourcethrough a flow, this reports whether the result of the processing was successful or terminated with errors.