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

io.holunda.camunda.taskpool.EnableTaskCollector.kt Maven / Gradle / Ivy

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

import org.springframework.context.annotation.Import

/**
 * Enables the task collector, which listens to Camunda Spring Events and performs, collecting, enriching and send of tasks
 * to Camunda Task Pool Core
 */
@MustBeDocumented
@Import(TaskCollectorConfiguration::class)
annotation class EnableTaskCollector




© 2015 - 2025 Weber Informatics LLC | Privacy Policy