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

io.apicurio.datamodels.models.asyncapi.AsyncApiServer Maven / Gradle / Ivy

package io.apicurio.datamodels.models.asyncapi;

import io.apicurio.datamodels.models.Server;

public interface AsyncApiServer extends Server {

	public String getProtocolVersion();

	public void setProtocolVersion(String value);

	public AsyncApiServerBindings getBindings();

	public void setBindings(AsyncApiServerBindings value);

	public AsyncApiServerBindings createServerBindings();

	public String getProtocol();

	public void setProtocol(String value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy