Class SymbolRegistryPostProcessService
java.lang.Object
com.bluebell.greenhouse.osmosis.services.symbol.SymbolRegistryPostProcessService
Service that orchestrates symbol post-processing tasks.
- Version:
- 2.0.2
- Author:
- Stephen Prizio
-
Constructor Summary
ConstructorsConstructorDescriptionSymbolRegistryPostProcessService(SymbolRegistryService symbolRegistryService) Creates a new post-process service. -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(SymbolRegistryPostProcessRequest request) Executes the requested post-process operations across all symbol registry categories.
-
Constructor Details
-
SymbolRegistryPostProcessService
Creates a new post-process service.- Parameters:
symbolRegistryService- symbol registry service
-
-
Method Details
-
execute
Executes the requested post-process operations across all symbol registry categories.- Parameters:
request-SymbolRegistryPostProcessRequest
-