public class MinimumVersionAgentMetadataInspector extends java.lang.Object implements AgentMetadataInspector
AgentMetadataInspector that rejects agents whose version is older than a given version.| Constructor and Description |
|---|
MinimumVersionAgentMetadataInspector(AgentFilterProperties agentFilterProperties)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
InspectionReport |
inspect(@Valid AgentClientMetadata agentClientMetadata)
Perform inspection of an Agent client metadata.
|
public MinimumVersionAgentMetadataInspector(AgentFilterProperties agentFilterProperties)
agentFilterProperties - agent filter propertiespublic InspectionReport inspect(@Valid @Valid AgentClientMetadata agentClientMetadata)
inspect in interface AgentMetadataInspectoragentClientMetadata - the agent client metadata