public interface AgentLauncher
extends org.springframework.boot.actuate.health.HealthIndicator
Modifier and Type | Method and Description |
---|---|
void |
launchAgent(ResolvedJob resolvedJob)
Launch an agent to execute the given
ResolvedJob information. |
void launchAgent(ResolvedJob resolvedJob) throws AgentLaunchException
ResolvedJob
information.resolvedJob
- The ResolvedJob
information for the agent to act onAgentLaunchException
- For any error launching an Agent instance to run the job