| Package | Description |
|---|---|
| com.suncode.pwfl.component | |
| com.suncode.pwfl.core.function | |
| com.suncode.pwfl.workflow.component |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedComponentDiscovery
Strategy to search classes with given annotation using Spring library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionsDiscovery
Strategy for discovering functions using given
ResourceLoader annotated with @
Functions |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<Class<?>,Function> |
FunctionRegistry.registerFunctions(ComponentDiscovery strategy,
InstanceFactory instanceFactory)
Registers all functions discovered using given strategy.
|
| Modifier and Type | Method and Description |
|---|---|
RegistrationSummary |
WorkflowComponentRegistry.registerComponents(ComponentDiscovery strategy,
InstanceFactory instanceFactory,
ComponentSource source)
Registers all components found by given strategy.
|
Copyright © 2023 Suncode. All rights reserved.