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 SummaryModifier and TypeMethodDescriptionvoidexecute(IAgentProcessingContext executionContext) The method defining the processing of the agent
- 
Method Details- 
executeThe method defining the processing of the agent- Parameters:
- executionContext- the- IAgentProcessingContext
 
 
-