Uses of Interface
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext
Packages that use SourceCallbackContext
-
Uses of SourceCallbackContext in org.mule.runtime.extension.api.runtime.source
Methods in org.mule.runtime.extension.api.runtime.source that return SourceCallbackContextModifier and TypeMethodDescriptionSourceCallback.createContext()BackPressureContext.getSourceCallbackContext()PollContext.PollItem.getSourceCallbackContext()SourceResult.getSourceCallbackContext()Methods in org.mule.runtime.extension.api.runtime.source with parameters of type SourceCallbackContextModifier and TypeMethodDescriptionvoidSourceCallback.handle(Result<T, A> result, SourceCallbackContext context) Passes the givenresultback to the runtime for processing.static SourceResultSourceResult.invocationError(org.mule.runtime.api.message.Error invocationError, SourceCallbackContext sourceCallbackContext) abstract voidPollingSource.onRejectedItem(Result<T, A> result, SourceCallbackContext callbackContext) If one of the items dispatched throughPollContext.accept(Consumer)were rejected (either by watermarking, idempotency, server overload, etc.), this method is to be used to released any resources associated to the givenresult.static SourceResultSourceResult.responseError(org.mule.runtime.api.message.Error responseError, SourceCallbackContext sourceCallbackContext) static SourceResultSourceResult.success(SourceCallbackContext sourceCallbackContext)