Package net.officefloor.frame.api.build
Interface GovernanceBuilder<F extends java.lang.Enum<F>>
-
- All Superinterfaces:
FunctionBuilder<F>
- All Known Implementing Classes:
GovernanceBuilderImpl
public interface GovernanceBuilder<F extends java.lang.Enum<F>> extends FunctionBuilder<F>
Builds theGovernance
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setAsynchronousFlowTimeout(long timeout)
Specifies the timeout to forAsynchronousFlow
instances for thisGovernance
.-
Methods inherited from interface net.officefloor.frame.api.build.FunctionBuilder
addEscalation, linkFlow, linkFlow, setResponsibleTeam
-
-
-
-
Method Detail
-
setAsynchronousFlowTimeout
void setAsynchronousFlowTimeout(long timeout)
Specifies the timeout to forAsynchronousFlow
instances for thisGovernance
.- Parameters:
timeout
- Timeout.
-
-