Class AgentQueryService
java.lang.Object
io.fluxzero.devserver.AgentQueryService
Transport-independent, read-only query API for coding agents.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetActiveProblems(AgentSelector selector, int requestedLimit) getLogs(AgentCursor cursor, AgentSelector selector, int requestedLimit) waitForChange(AgentCursor cursor, AgentSelector selector, Duration requestedTimeout, int requestedLimit)
-
Field Details
-
DEFAULT_LIMIT
public static final int DEFAULT_LIMIT- See Also:
-
MAX_LIMIT
public static final int MAX_LIMIT- See Also:
-
MAX_WAIT
-
-
Method Details
-
getStatus
-
getActiveProblems
-
getLogs
-
getTestStatus
-
waitForChange
public AgentChange waitForChange(AgentCursor cursor, AgentSelector selector, Duration requestedTimeout, int requestedLimit)
-