Class SymbolRegistryEnrichmentService
java.lang.Object
com.bluebell.greenhouse.osmosis.services.symbol.SymbolRegistryEnrichmentService
Service that orchestrates symbol registry enrichment execution.
- Version:
- 2.0.2
- Author:
- Stephen Prizio
-
Constructor Summary
ConstructorsConstructorDescriptionSymbolRegistryEnrichmentService(SymbolEnrichmentStrategy symbolEnrichmentStrategy, SymbolRegistryService symbolRegistryService, ExchangeRegistryService exchangeRegistryService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Creates a new enrichment service. -
Method Summary
Modifier and TypeMethodDescriptionexecute(SymbolRegistryEnrichmentRequest request) Executes the symbol registry enrichment request.
-
Constructor Details
-
SymbolRegistryEnrichmentService
@Autowired public SymbolRegistryEnrichmentService(SymbolEnrichmentStrategy symbolEnrichmentStrategy, SymbolRegistryService symbolRegistryService, ExchangeRegistryService exchangeRegistryService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Creates a new enrichment service.- Parameters:
symbolEnrichmentStrategy- symbol enrichment strategysymbolRegistryService- registry serviceexchangeRegistryService- exchange registry serviceobjectMapper-ObjectMapper
-
-
Method Details
-
execute
Executes the symbol registry enrichment request.- Parameters:
request-SymbolRegistryEnrichmentRequest- Returns:
SymbolRegistryEnrichmentResult
-