Package com.axemble.vdoc.sdk.interfaces
Interface IAgentProcessing
- All Known Subinterfaces:
IStoppableAgentProcessing
public interface IAgentProcessing
Standard agent interface
The following method is available:
- execute(IAgentProcessingContext executionContext)
Use IAgentProcessingContext to manipulate module, agent, configuration or report
IAgentProcessingContext
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(IAgentProcessingContext executionContext) The method defining the processing of the agent
-
Method Details
-
execute
The method defining the processing of the agent- Parameters:
executionContext
- theIAgentProcessingContext
-