Interface FlowContextFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface FlowContextFactory
FlowContextFactory, used to create FlowContext
Author:
渔民小镇
date:
2022-08-20
  • Method Summary

    Modifier and Type
    Method
    Description
    Create business framework flow context
  • Method Details

    • createFlowContext

      FlowContext createFlowContext()
      Create business framework flow context
      Returns:
      FlowContext