Package org.flowable.spring.integration
Class Flowable
java.lang.Object
org.flowable.spring.integration.Flowable
Spring Integration Java Configuration DSL integration for Flowable.
- Author:
- Josh Long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FlowableInboundGatewayinboundGateway(ProcessEngine processEngine, String... varsToPreserve) This is the component that you'll use in your Spring IntegrationIntegrationFlow.static IntegrationActivityBehaviorThis 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).
-
Constructor Details
-
Flowable
public Flowable()
-
-
Method Details
-
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).
-