![JAR search and dependency download from the Maven repository](/logo.png)
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26ChannelItem Maven / Gradle / Ivy
package io.apicurio.datamodels.models.asyncapi.v26;
import io.apicurio.datamodels.models.asyncapi.AsyncApiChannelItem;
import java.util.List;
public interface AsyncApi26ChannelItem extends AsyncApiChannelItem, AsyncApi26Extensible, AsyncApi26Referenceable {
public List getServers();
public void setServers(List value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy