NewsSentimentService

@Service
open class NewsSentimentService

Constructors

Link copied to clipboard
@Autowired
constructor(newsSentimentRepository: NewsSentimentRepository, sentimentHarvesterClient: NewsSentimentHarvesterClient)

Functions

Link copied to clipboard
open fun saveFromRequest(request: NewsSentimentRequest)