Class AlterConfigPolicy.RequestMetadata

  • Enclosing interface:
    AlterConfigPolicy

    public static class AlterConfigPolicy.RequestMetadata
    extends Object
    Class containing the create request parameters.
    • Constructor Detail

      • RequestMetadata

        public RequestMetadata​(ConfigResource resource,
                               Map<String,​String> configs)
        Create an instance of this class with the provided parameters. This constructor is public to make testing of AlterConfigPolicy implementations easier.