Package org.flowable.spring.integration
Class Flowable
- java.lang.Object
-
- org.flowable.spring.integration.Flowable
-
public class Flowable extends Object
Spring Integration Java Configuration DSL integration for Flowable.- Author:
- Josh Long
-
-
Constructor Summary
Constructors Constructor Description Flowable()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FlowableInboundGatewayinboundGateway(ProcessEngine processEngine, String... varsToPreserve)This is the component that you'll use in your Spring IntegrationIntegrationFlow.static IntegrationActivityBehaviorinboundGatewayActivityBehavior(FlowableInboundGateway gateway)This is the bean to expose and then reference from your Flowable BPMN flow in an expression.static org.springframework.messaging.MessageHandlersignallingMessageHandler(ProcessEngine processEngine)Any message that enters thisMessageHandlercontaining aexecutionIdparameter will trigger aorg.flowable.engine.RuntimeService#signal(String).
-
-
-
Method Detail
-
inboundGateway
public static FlowableInboundGateway inboundGateway(ProcessEngine processEngine, String... varsToPreserve)
This is the component that you'll use in your Spring IntegrationIntegrationFlow.
-
inboundGatewayActivityBehavior
public static IntegrationActivityBehavior inboundGatewayActivityBehavior(FlowableInboundGateway gateway)
This is the bean to expose and then reference from your Flowable BPMN flow in an expression.
-
signallingMessageHandler
public static org.springframework.messaging.MessageHandler signallingMessageHandler(ProcessEngine processEngine)
Any message that enters thisMessageHandlercontaining aexecutionIdparameter will trigger aorg.flowable.engine.RuntimeService#signal(String).
-
-