Class ReflectiveGovernanceBuilder.ReflectiveGovernanceActivityBuilder

java.lang.Object
net.officefloor.frame.test.ReflectiveGovernanceBuilder.ReflectiveGovernanceActivityBuilder
Enclosing class:
ReflectiveGovernanceBuilder

public class ReflectiveGovernanceBuilder.ReflectiveGovernanceActivityBuilder extends Object
Reflective Governance action.
  • Method Details

    • buildGovernanceContext

      public void buildGovernanceContext()
      Builds the GovernanceContext.
    • buildFlow

      public void buildFlow(String functionName, Class<?> argumentType, boolean isSpawnThread)
      Builds the Flow.
      Parameters:
      functionName - ManagedFunction name.
      argumentType - Type of argument passed to the Flow.
      isSpawnThread - Flags whether to spawn a ThreadState.
    • buildAsynchronousFlow

      public void buildAsynchronousFlow()