com.amazon.opendistroforelasticsearch.security.securityconf.Initializable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opendistro_security Show documentation
Show all versions of opendistro_security Show documentation
Open Distro For Elasticsearch Security
package com.amazon.opendistroforelasticsearch.security.securityconf;
public interface Initializable {
boolean isInitialized();
}