Interface ManagedFunctionSourceSpecification
-
public interface ManagedFunctionSourceSpecification
Provides the specification of theManagedFunctionSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedFunctionSourceProperty[]
getProperties()
Obtains the specification of the properties for theManagedFunctionSource
.
-
-
-
Method Detail
-
getProperties
ManagedFunctionSourceProperty[] getProperties()
Obtains the specification of the properties for theManagedFunctionSource
.- Returns:
- Property specification.
-
-