Uses of Class
org.flowable.spring.integration.FlowableInboundGateway
-
Packages that use FlowableInboundGateway Package Description org.flowable.spring.integration -
-
Uses of FlowableInboundGateway in org.flowable.spring.integration
Methods in org.flowable.spring.integration that return FlowableInboundGateway Modifier and Type Method Description static FlowableInboundGatewayFlowable. inboundGateway(ProcessEngine processEngine, String... varsToPreserve)This is the component that you'll use in your Spring IntegrationIntegrationFlow.Methods in org.flowable.spring.integration with parameters of type FlowableInboundGateway Modifier and Type Method Description static IntegrationActivityBehaviorFlowable. inboundGatewayActivityBehavior(FlowableInboundGateway gateway)This is the bean to expose and then reference from your Flowable BPMN flow in an expression.Constructors in org.flowable.spring.integration with parameters of type FlowableInboundGateway Constructor Description IntegrationActivityBehavior(FlowableInboundGateway gateway)
-