Package net.officefloor.frame.api.build
Interface GovernanceBuilder<F extends Enum<F>>
- All Superinterfaces:
FunctionBuilder<F>
- All Known Implementing Classes:
GovernanceBuilderImpl
Builds the
Governance.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAsynchronousFlowTimeout(long timeout) Specifies the timeout to forAsynchronousFlowinstances for thisGovernance.Methods inherited from interface net.officefloor.frame.api.build.FunctionBuilder
addEscalation, linkFlow, linkFlow, setResponsibleTeam
-
Method Details
-
setAsynchronousFlowTimeout
void setAsynchronousFlowTimeout(long timeout) Specifies the timeout to forAsynchronousFlowinstances for thisGovernance.- Parameters:
timeout- Timeout.
-