- All Implemented Interfaces:
- org.apache.camel.EndpointAware, org.apache.camel.IsSingleton, org.apache.camel.Processor, org.apache.camel.Producer, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.StatefulService, org.apache.camel.SuspendableService
public class KieInsertProducer
extends org.apache.camel.impl.DefaultProducer
A producer that inserts incoming messages as facts into the
Drools session.
It can be configured to insert the message body only, or the
whole message (that includes headers) or even the whole Exchange
object.