Uses of Interface
org.mule.runtime.extension.api.client.source.SourceCallbackParameterizer
Packages that use SourceCallbackParameterizer
-
Uses of SourceCallbackParameterizer in org.mule.runtime.extension.api.client.source
Method parameters in org.mule.runtime.extension.api.client.source with type arguments of type SourceCallbackParameterizerModifier and TypeMethodDescriptionSourceResultHandler.completeWithError(Throwable exception, Consumer<SourceCallbackParameterizer> errorCallbackParameters) Executes the source's error callback.SourceResultHandler.completeWithSuccess(Consumer<SourceCallbackParameterizer> successCallbackParameters) Executes the source's completion callback.