@NoImplement public interface ParameterizedSource
A contract for obtaining the parameters that were configured into a Source instance without depending on its actual implementation class.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a Map with the parameters that the source uses for initialising itself.
  • Method Details

    • getInitialisationParameters

      Map<String,Object> getInitialisationParameters()
      Returns a Map with the parameters that the source uses for initialising itself. Notice that this will not include any parameters used for the OnSuccess or OnError callbacks.
      Returns:
      the source initial parameters.