Interface ManagedFunctionGovernanceConfiguration
-
- All Known Implementing Classes:
ManagedFunctionGovernanceConfigurationImpl
public interface ManagedFunctionGovernanceConfiguration
Configuration of aGovernance
for theManagedFunction
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getGovernanceName()
Obtains the name of theGovernance
.
-
-
-
Method Detail
-
getGovernanceName
java.lang.String getGovernanceName()
Obtains the name of theGovernance
.- Returns:
- Name of the
Governance
.
-
-