Package com.embabel.agent.api.common
Interface StuckHandler
-
- All Implemented Interfaces:
public interface StuckHandlerAttempts to resolve stuck processes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classStuckHandler.Companion
-
Method Summary
Modifier and Type Method Description abstract StuckHandlerResulthandleStuck(AgentProcess agentProcess)Attempt to resolve a stuck agent process Resolution will occur via side effects on AgentProcess -
-
Method Detail
-
handleStuck
abstract StuckHandlerResult handleStuck(AgentProcess agentProcess)
Attempt to resolve a stuck agent process Resolution will occur via side effects on AgentProcess
-
-
-
-