Uses of Interface
com.bluebell.greenhouse.sol.services.GenericIntegrationService
Packages that use GenericIntegrationService
Package
Description
Contains services for EOD-backed integrations.
Contains the service-layer specific to FirstRateData.
Contains the service-layer specific to ForexFactory.
Service layer for OpenAI-backed integrations.
Contains the integration services for the symbol analysis website.
-
Uses of GenericIntegrationService in com.bluebell.greenhouse.sol.services.eod
Classes in com.bluebell.greenhouse.sol.services.eod that implement GenericIntegrationService -
Uses of GenericIntegrationService in com.bluebell.greenhouse.sol.services.firstratedata
Classes in com.bluebell.greenhouse.sol.services.firstratedata that implement GenericIntegrationServiceModifier and TypeClassDescriptionclassFirstRateData API implementation ofGenericIntegrationService. -
Uses of GenericIntegrationService in com.bluebell.greenhouse.sol.services.forexfactory
Classes in com.bluebell.greenhouse.sol.services.forexfactory that implement GenericIntegrationServiceModifier and TypeClassDescriptionclassForex Factory API implementation ofGenericIntegrationService. -
Uses of GenericIntegrationService in com.bluebell.greenhouse.sol.services.openai
Classes in com.bluebell.greenhouse.sol.services.openai that implement GenericIntegrationServiceModifier and TypeClassDescriptionclassOpenAI API implementation ofGenericIntegrationServicefor symbol enrichment. -
Uses of GenericIntegrationService in com.bluebell.greenhouse.sol.services.symbolanalysis
Classes in com.bluebell.greenhouse.sol.services.symbolanalysis that implement GenericIntegrationServiceModifier and TypeClassDescriptionclassSymbol Analysis API implementation ofGenericIntegrationService.