Interface AnnotationHandler
-
- All Known Implementing Classes:
AnnotationHandlerImpl
public interface AnnotationHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Method>findFunctions(List<URL> urls)FunctionConfigurationgenerateConfiguration(Method method)Map<String,FunctionConfiguration>generateConfigurations(Set<Method> methods)
-
-
-
Method Detail
-
generateConfigurations
Map<String,FunctionConfiguration> generateConfigurations(Set<Method> methods) throws com.microsoft.azure.toolkit.lib.common.exception.AzureExecutionException
- Throws:
com.microsoft.azure.toolkit.lib.common.exception.AzureExecutionException
-
generateConfiguration
FunctionConfiguration generateConfiguration(Method method) throws com.microsoft.azure.toolkit.lib.common.exception.AzureExecutionException
- Throws:
com.microsoft.azure.toolkit.lib.common.exception.AzureExecutionException
-
-