Interface ProcedureSource

    • Method Detail

      • getSourceName

        java.lang.String getSourceName()

        Name of this source.

        Note that this is the name used in configuration to identify this ProcedureSource. Therefore, it can not change without causing configurations to be updated.

        The reasons for using this logical name over Class names is:

        • Class names can be quite long
        • Class names are not easily readable
        • Enables swapping plugins for same logical service name
        Returns:
        Name of this source.