d.switchyard-forge-rules-plugin.0.4.0.Final.source-code.RulesTemplate.drl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of switchyard-forge-rules-plugin
Show all versions of switchyard-forge-rules-plugin
Rules Component Forge Support
package ${package.name}
import org.switchyard.Message
global Message message
rule "${service.name}"
when
// insert conditional here
then
// insert consequence here
end