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

io.holunda.camunda.taskpool.enricher.VariablesEnricher.kt Maven / Gradle / Ivy

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

import io.holunda.camunda.taskpool.api.task.TaskIdentityWithPayloadAndCorrelations

/**
 * Enriches commands with payload.
 */
interface VariablesEnricher {
  /**
   * Enriches command  with payload and correlations.
   */
  fun  enrich(command: T): T
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy