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

io.holunda.camunda.taskpool.EnableTaskpoolEngineSupport.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

/**
 * 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