Interface AgentMetadataInspector
- 
- All Known Implementing Classes:
- BlacklistedVersionAgentMetadataInspector,- MinimumVersionAgentMetadataInspector,- RejectAllJobsAgentMetadataInspector,- WhitelistedVersionAgentMetadataInspector
 
 @Validated public interface AgentMetadataInspectorComponent that inspects an Agent client metadata and makes decision on whether it is allowed to proceed.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InspectionReportinspect(@Valid AgentClientMetadata agentClientMetadata)Perform inspection of an Agent client metadata.
 
- 
- 
- 
Method Detail- 
inspectInspectionReport inspect(@Valid @Valid AgentClientMetadata agentClientMetadata) Perform inspection of an Agent client metadata.- Parameters:
- agentClientMetadata- the agent client metadata
- Returns:
- the inspection outcome
 
 
- 
 
-