dev.bpmcrafters.processengineapi.PayloadSupplier.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of process-engine-api Show documentation
Show all versions of process-engine-api Show documentation
Java API for engine-independent process functionality.
package dev.bpmcrafters.processengineapi
import java.util.function.Supplier
/**
* Supplier for the payload.
* @since 0.0.1
*/
fun interface PayloadSupplier : Supplier