io.holunda.camunda.taskpool.sender.CommandSender.kt Maven / Gradle / Ivy
package io.holunda.camunda.taskpool.sender
import io.holunda.camunda.taskpool.api.task.EngineTaskCommand
/**
* Interface for beans sending commands.
*/
interface CommandSender {
/**
* Sends the command to core and enriches it, if possible.
*/
fun send(command: EngineTaskCommand)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy