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

dev.bpmcrafters.processengineapi.correlation.CorrelateMessageCmd.kt Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package dev.bpmcrafters.processengineapi.correlation

import dev.bpmcrafters.processengineapi.PayloadSupplier

/**
 * Command to correlate a message with running process instance.
 * @since 0.0.1
 */
data class CorrelateMessageCmd(
  val messageName: String,
  val payloadSupplier: PayloadSupplier,
  val correlation: CorrelationSupplier
) : PayloadSupplier by payloadSupplier




© 2015 - 2024 Weber Informatics LLC | Privacy Policy