All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.holunda.camunda.taskpool.urlresolver.TasklistUrlResolver.kt Maven / Gradle / Ivy

There is a newer version: 2.1.8
Show newest version
package io.holunda.camunda.taskpool.urlresolver

/**
 * Resolver for tasklist URL. 
 */
interface TasklistUrlResolver {
  /**
   * Retrieves the URL of the task list application.
   * @return task list URL
   */
  fun getTasklistUrl() : String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy