Package org.apache.kafka.server.policy
Class AlterConfigPolicy.RequestMetadata
java.lang.Object
org.apache.kafka.server.policy.AlterConfigPolicy.RequestMetadata
- Enclosing interface:
- AlterConfigPolicy
Class containing the create request parameters.
- 
Constructor SummaryConstructorsConstructorDescriptionRequestMetadata(ConfigResource resource, Map<String, String> configs) Create an instance of this class with the provided parameters.
- 
Method Summary
- 
Constructor Details- 
RequestMetadataCreate an instance of this class with the provided parameters. This constructor is public to make testing ofAlterConfigPolicyimplementations easier.
 
- 
- 
Method Details