Interface URLProvider


  • @API
    public interface URLProvider
    Provides URL.
    Since:
    2018.3.0
    • Method Detail

      • provide

        java.lang.String provide​(EnoviaJob job,
                                 java.lang.String destUrl)
        Provides URL. The implementation is responsible for possible URL encoding.
        Parameters:
        job - Job object
        destUrl - URL configured in destination config
        Returns:
        URL