Uses of Class
com.bluebell.greenhouse.radicle.services.exchange.ExchangeRegistryService
Packages that use ExchangeRegistryService
Package
Description
Symbol-specific osmosis services.
Contains utility methods for engagements.
Contains the service layer for
Exchanges.Contains the service layer for
Symbols.Symbol enrichment provider orchestration services.
Contains the integration services for the symbol analysis website.
-
Uses of ExchangeRegistryService in com.bluebell.greenhouse.osmosis.services.symbol
Constructors in com.bluebell.greenhouse.osmosis.services.symbol with parameters of type ExchangeRegistryServiceModifierConstructorDescriptionSymbolRegistryEnrichmentService(SymbolEnrichmentStrategy symbolEnrichmentStrategy, SymbolRegistryService symbolRegistryService, ExchangeRegistryService exchangeRegistryService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Creates a new enrichment service. -
Uses of ExchangeRegistryService in com.bluebell.greenhouse.osmosis.util
Methods in com.bluebell.greenhouse.osmosis.util that return ExchangeRegistryServiceModifier and TypeMethodDescriptionstatic ExchangeRegistryServiceEngagementUtil.createExchangeRegistryService(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Creates the shared CLIExchangeRegistryService. -
Uses of ExchangeRegistryService in com.bluebell.greenhouse.radicle.services.exchange
Constructors in com.bluebell.greenhouse.radicle.services.exchange with parameters of type ExchangeRegistryServiceModifierConstructorDescriptionExchangeRegistryImportService(ExchangeRegistryService exchangeRegistryService, LocaleService localeService, ExchangeRepository exchangeRepository, jakarta.persistence.EntityManager entityManager) Creates a new exchange registry import service. -
Uses of ExchangeRegistryService in com.bluebell.greenhouse.radicle.services.symbol
Constructors in com.bluebell.greenhouse.radicle.services.symbol with parameters of type ExchangeRegistryServiceModifierConstructorDescriptionSymbolEnrichmentService(ExchangeRegistryService exchangeRegistryService, ExchangeService exchangeService, SymbolRepository symbolRepository, SymbolEnrichmentStrategy symbolEnrichmentStrategy, SymbolRegistryService symbolRegistryService) Creates a new enrichment service. -
Uses of ExchangeRegistryService in com.bluebell.greenhouse.sol.services.symbol
Constructors in com.bluebell.greenhouse.sol.services.symbol with parameters of type ExchangeRegistryServiceModifierConstructorDescriptionSymbolEnrichmentStrategy(ExchangeRegistryService exchangeRegistryService, OpenAIIntegrationService openAIIntegrationService, SymbolAnalysisIntegrationService symbolAnalysisIntegrationService) Creates a new symbol enrichment strategy. -
Uses of ExchangeRegistryService in com.bluebell.greenhouse.sol.services.symbolanalysis
Constructors in com.bluebell.greenhouse.sol.services.symbolanalysis with parameters of type ExchangeRegistryServiceModifierConstructorDescriptionSymbolAnalysisIntegrationService(SymbolAnalysisIntegrationClient symbolAnalysisIntegrationClient, ExchangeRegistryService exchangeRegistryService) Creates a new symbol analysis integration service.