public class Flowable extends Object
| Constructor and Description |
|---|
Flowable() |
| Modifier and Type | Method and Description |
|---|---|
static FlowableInboundGateway |
inboundGateway(ProcessEngine processEngine,
String... varsToPreserve)
This is the component that you'll use in your Spring Integration
org.springframework.integration.dsl.IntegrationFlow. |
static IntegrationActivityBehavior |
inboundGatewayActivityBehavior(FlowableInboundGateway gateway)
This is the bean to expose and then reference from your Flowable BPMN flow in an expression.
|
static org.springframework.messaging.MessageHandler |
signallingMessageHandler(ProcessEngine processEngine)
Any message that enters this
MessageHandler containing a executionId parameter will trigger a
org.flowable.engine.RuntimeService#signal(String). |
public static FlowableInboundGateway inboundGateway(ProcessEngine processEngine, String... varsToPreserve)
org.springframework.integration.dsl.IntegrationFlow.public static IntegrationActivityBehavior inboundGatewayActivityBehavior(FlowableInboundGateway gateway)
public static org.springframework.messaging.MessageHandler signallingMessageHandler(ProcessEngine processEngine)
MessageHandler containing a executionId parameter will trigger a
org.flowable.engine.RuntimeService#signal(String).Copyright © 2021 Flowable. All rights reserved.