io.holunda.camunda.taskpool.EnableTaskpoolEngineSupport.kt Maven / Gradle / Ivy
package io.holunda.camunda.taskpool
import org.springframework.context.annotation.Import
/**
* Put this annotation on your process application configuration to enable
* defaults of task pool engine components.
*/
@MustBeDocumented
@Import(TaskpoolEngineSupportConfiguration::class)
annotation class EnableTaskpoolEngineSupport
© 2015 - 2024 Weber Informatics LLC | Privacy Policy