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

io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24Components Maven / Gradle / Ivy

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

import io.apicurio.datamodels.models.asyncapi.AsyncApiComponents;
import java.util.Map;

public interface AsyncApi24Components extends AsyncApiComponents, AsyncApi24Extensible {

	public AsyncApi24Server createServer();

	public Map getServers();

	public void addServer(String name, AsyncApi24Server value);

	public void clearServers();

	public void removeServer(String name);

	public AsyncApi24ServerVariable createServerVariable();

	public Map getServerVariables();

	public void addServerVariable(String name, AsyncApi24ServerVariable value);

	public void clearServerVariables();

	public void removeServerVariable(String name);

	public AsyncApi24ChannelItem createChannelItem();

	public Map getChannels();

	public void addChannel(String name, AsyncApi24ChannelItem value);

	public void clearChannels();

	public void removeChannel(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy