
org.codelibs.elasticsearch.configsync.action.ConfigResetSyncResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-configsync Show documentation
Show all versions of elasticsearch-configsync Show documentation
This plugin provides a feature to analyze texts.
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