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

d.switchyard-forge-rules-plugin.0.4.0.Final.source-code.RulesTemplate.drl Maven / Gradle / Ivy

There is a newer version: 1.1.0.Final
Show newest version
package ${package.name}
import org.switchyard.Message
global Message message

rule "${service.name}"
    when
        // insert conditional here
    then
        // insert consequence here
end






© 2015 - 2024 Weber Informatics LLC | Privacy Policy