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

io.holunda.camunda.taskpool.sender.CommandSender.kt Maven / Gradle / Ivy

There is a newer version: 2.1.8
Show newest version
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