public interface FunctionExecutionConfigurationSource
Annotation or XML configuration)
 to configure classpath scanning of annotated interfaces to implement proxies that invoke Functions.| Modifier and Type | Method and Description | 
|---|---|
Iterable<String> | 
getBasePackages()
Returns the base packages the repository interfaces shall be found under. 
 | 
Iterable<TypeFilter> | 
getExcludeFilters()
Returns configured  
TypeFilters | 
Iterable<TypeFilter> | 
getIncludeFilters()
Returns configured  
TypeFilters | 
Object | 
getSource()
Returns the actual source object that the configuration originated from. 
 | 
Iterable<String> getBasePackages()
Iterable<TypeFilter> getIncludeFilters()
TypeFiltersIterable<TypeFilter> getExcludeFilters()
TypeFiltersObject getSource()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.