All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codelibs.elasticsearch.configsync.action.ConfigResetSyncResponse Maven / Gradle / Ivy

There is a newer version: 8.14.1.0
Show newest version
package org.codelibs.elasticsearch.configsync.action;

import org.elasticsearch.action.support.master.AcknowledgedResponse;

public class ConfigResetSyncResponse extends AcknowledgedResponse {
    public ConfigResetSyncResponse(final boolean acknowledged) {
        super(acknowledged);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy