public interface FunctionCluster
FunctionCluster
in addition to the Function
. This is
particularly important for the run-time configuration system, which uses this interface to create
"clusters" of functions and therefore can use a smaller configuration file.Modifier and Type | Method and Description |
---|---|
Set<Function> |
getSupportedFunctions()
Returns a single instance of each of the functions supported by some class.
|
Set<Function> getSupportedFunctions()
Set
must contain instances of Function
, and it must be both
non-null and non-empty. It may contain only a single Function
.
Note that this is only used to return concrete Function
s. It may not be used to
report abstract functions.
Copyright © 2016 WSO2. All rights reserved.