Package org.apache.camel.component.jbpm
Interface JBPMCamelConsumerAware
-
- All Known Implementing Classes:
CamelCaseEventListener,CamelProcessEventListener,CamelTaskEventListener
public interface JBPMCamelConsumerAwareIndicates that class implementing this interface should receive (at some point) JBPMConsumer instance that is required to operate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddConsumer(JBPMConsumer consumer)voidremoveConsumer(JBPMConsumer consumer)
-
-
-
Method Detail
-
addConsumer
void addConsumer(JBPMConsumer consumer)
-
removeConsumer
void removeConsumer(JBPMConsumer consumer)
-
-