Uses of Class
com.bluebell.greenhouse.radicle.services.symbol.SymbolRegistryService
Packages that use SymbolRegistryService
Package
Description
Symbol-specific osmosis services.
Contains utility methods for engagements.
Contains the service layer for
Symbols.-
Uses of SymbolRegistryService in com.bluebell.greenhouse.osmosis.services.symbol
Constructors in com.bluebell.greenhouse.osmosis.services.symbol with parameters of type SymbolRegistryServiceModifierConstructorDescriptionSymbolRegistryEnrichmentService(SymbolEnrichmentStrategy symbolEnrichmentStrategy, SymbolRegistryService symbolRegistryService, ExchangeRegistryService exchangeRegistryService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Creates a new enrichment service.SymbolRegistryPostProcessService(SymbolRegistryService symbolRegistryService) Creates a new post-process service. -
Uses of SymbolRegistryService in com.bluebell.greenhouse.osmosis.util
Methods in com.bluebell.greenhouse.osmosis.util that return SymbolRegistryServiceModifier and TypeMethodDescriptionstatic SymbolRegistryServiceEngagementUtil.createSymbolRegistryService(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Creates the shared CLISymbolRegistryService. -
Uses of SymbolRegistryService in com.bluebell.greenhouse.radicle.services.symbol
Constructors in com.bluebell.greenhouse.radicle.services.symbol with parameters of type SymbolRegistryServiceModifierConstructorDescriptionSymbolAliasService(SymbolAliasRepository symbolAliasRepository, MarketPriceRepository marketPriceRepository, IndicatorCalculationInstanceRepository indicatorCalculationInstanceRepository, IndicatorValueRepository indicatorValueRepository, SymbolRegistryService symbolRegistryService, WatchlistItemService watchlistItemService) Creates the service.SymbolEnrichmentService(ExchangeRegistryService exchangeRegistryService, ExchangeService exchangeService, SymbolRepository symbolRepository, SymbolEnrichmentStrategy symbolEnrichmentStrategy, SymbolRegistryService symbolRegistryService) Creates a new enrichment service.SymbolRegistryImportService(ExchangeService exchangeService, SymbolRepository symbolRepository, SymbolRegistryService symbolRegistryService, jakarta.persistence.EntityManager entityManager) Creates a new symbol registry import service.