![JAR search and dependency download from the Maven repository](/logo.png)
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21Server Maven / Gradle / Ivy
package io.apicurio.datamodels.models.asyncapi.v21;
import io.apicurio.datamodels.models.asyncapi.AsyncApiServer;
import java.util.List;
public interface AsyncApi21Server extends AsyncApiServer, AsyncApi21Extensible {
public String getUrl();
public void setUrl(String value);
public AsyncApi21SecurityRequirement createSecurityRequirement();
public List getSecurity();
public void addSecurity(AsyncApi21SecurityRequirement value);
public void clearSecurity();
public void removeSecurity(AsyncApi21SecurityRequirement value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy