Package com.qtsurfer.api.sdk.internal
Interface StrategyCompileClient
- All Known Implementing Classes:
HttpStrategyCompileClient
public interface StrategyCompileClient
Backend-facing client for the strategy compile step. Abstracted so the
workflow can be tested without an HTTP backend.
-
Method Summary
Modifier and TypeMethodDescriptionCompile strategy source synchronously; returns the resulting strategyId.default CompiledStrategycompileDetails(String source) Compile with optional metadata; existing test doubles need only implementcompile(String).
-
Method Details
-
compile
Compile strategy source synchronously; returns the resulting strategyId. -
compileDetails
Compile with optional metadata; existing test doubles need only implementcompile(String).
-