Class Flowable


  • public class Flowable
    extends Object
    Spring Integration Java Configuration DSL integration for Flowable.
    Author:
    Josh Long
    • Constructor Detail

      • Flowable

        public Flowable()
    • Method Detail

      • inboundGateway

        public static FlowableInboundGateway inboundGateway​(ProcessEngine processEngine,
                                                            String... varsToPreserve)
        This is the component that you'll use in your Spring Integration IntegrationFlow.
      • signallingMessageHandler

        public 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).