toggle menu
agent-components
JVM
switch theme
search in API
agent-components
/
org.cryptotrader.agent.library.component
Package-level
declarations
Types
Types
Database
Reader
Tool
Link copied to clipboard
@
Component
class
DatabaseReaderTool
(
dataSource
:
DataSource
,
properties
:
AgentConstraintsProperties
)
File
Reader
Tool
Link copied to clipboard
@
Component
class
FileReaderTool
@
Autowired
constructor
(
properties
:
AgentConstraintsProperties
)
Http
Fetch
Tool
Link copied to clipboard
@
Component
class
HttpFetchTool
@
Autowired
constructor
(
properties
:
AgentConstraintsProperties
,
httpClient
:
CloseableHttpClient
,
httpGet
:
HttpGet
)