Uses of Interface
com.suncode.pwfl.component.ComponentDiscovery
Packages that use ComponentDiscovery
Package
Description
-
Uses of ComponentDiscovery in com.suncode.pwfl.component
Classes in com.suncode.pwfl.component that implement ComponentDiscoveryModifier and TypeClassDescriptionclass
Strategy to search classes with given annotation using Spring library. -
Uses of ComponentDiscovery in com.suncode.pwfl.core.function
Classes in com.suncode.pwfl.core.function that implement ComponentDiscoveryModifier and TypeClassDescriptionclass
Strategy for discovering functions using givenResourceLoader
annotated with @Functions
Methods in com.suncode.pwfl.core.function with parameters of type ComponentDiscoveryModifier and TypeMethodDescriptionFunctionRegistry.registerFunctions
(ComponentDiscovery strategy, InstanceFactory instanceFactory) Registers all functions discovered using given strategy. -
Uses of ComponentDiscovery in com.suncode.pwfl.workflow.component
Methods in com.suncode.pwfl.workflow.component with parameters of type ComponentDiscoveryModifier and TypeMethodDescriptionWorkflowComponentRegistry.registerComponents
(ComponentDiscovery strategy, InstanceFactory instanceFactory, ComponentSource source) Registers all components found by given strategy.