@NoImplement public interface SdkSourceFactory
Factory object for instances of either Source or Source.

Implementations are to be reusable and thread-safe

Since:
1.4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    org.mule.runtime.api.functional.Either<org.mule.sdk.api.runtime.source.Source,Source>
    Creates a new instance of either Source or Source.
  • Method Details

    • createMessageSource

      org.mule.runtime.api.functional.Either<org.mule.sdk.api.runtime.source.Source,Source> createMessageSource()
      Creates a new instance of either Source or Source.
      Returns:
      a new Source or Source.