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

io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22ChannelItem Maven / Gradle / Ivy

package io.apicurio.datamodels.models.asyncapi.v22;

import io.apicurio.datamodels.models.asyncapi.AsyncApiChannelItem;
import java.util.List;

public interface AsyncApi22ChannelItem extends AsyncApiChannelItem, AsyncApi22Extensible, AsyncApi22Referenceable {

	public List getServers();

	public void setServers(List value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy