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 Summary
ConstructorDescriptionRequestMetadata
(ConfigResource resource, Map<String, String> configs) Create an instance of this class with the provided parameters. -
Method Summary
-
Constructor Details
-
RequestMetadata
Create an instance of this class with the provided parameters. This constructor is public to make testing ofAlterConfigPolicy
implementations easier.
-
-
Method Details