Uses of Class
org.mule.runtime.extension.api.runtime.source.Source
Packages that use Source
-
Uses of Source in org.mule.runtime.extension.api.runtime.source
Subclasses of Source in org.mule.runtime.extension.api.runtime.sourceModifier and TypeClassDescriptionclassPollingSource<T,A> A Special kind ofSourcewhich automatically handles polling, idempotency and watermarking.Methods in org.mule.runtime.extension.api.runtime.source that return SourceModifier and TypeMethodDescriptionSourceFactory.createSource()Deprecated.Creates a new instance ofSourceMethods in org.mule.runtime.extension.api.runtime.source that return types with arguments of type SourceModifier and TypeMethodDescriptionorg.mule.runtime.api.functional.Either<org.mule.sdk.api.runtime.source.Source,Source> SdkSourceFactory.createMessageSource()Creates a new instance of eitherSourceorSource.