Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
8.8. Properties
8.8.1. Properties 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Properties allow you to provide "hints" to the underlying KIE/Drools/jBPM runtime on how certain options are configured. Use them to avoid having to expose every single KIE/Drools/jBPM option as a configurable element or attribute within SwitchYard.
8.8.2. Add a Property 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Procedure 8.11. Add a Property
- Launch the JBoss Developer Studio's SwitchYard Editor.
- Open a Type Hierarchy that has a root of
org.kie.conf.Option
. - Here you can see the full list. Here is one example:
<properties> <property name="drools.clockType" value="pseudo"/> <property name="drools.eventProcessingMode" value="stream"/> </properties>
<properties> <property name="drools.clockType" value="pseudo"/> <property name="drools.eventProcessingMode" value="stream"/> </properties>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow