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

io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25ServerBindings Maven / Gradle / Ivy

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

import io.apicurio.datamodels.models.asyncapi.AsyncApiServerBindings;

public interface AsyncApi25ServerBindings
		extends
			AsyncApiServerBindings,
			AsyncApi25Extensible,
			AsyncApi25Referenceable {

	public AsyncApi25Binding getAnypointmq();

	public void setAnypointmq(AsyncApi25Binding value);

	public AsyncApi25Binding createBinding();

	public AsyncApi25Binding getSolace();

	public void setSolace(AsyncApi25Binding value);

	public AsyncApi25Binding getMercure();

	public void setMercure(AsyncApi25Binding value);

	public AsyncApi25Binding getIbmmq();

	public void setIbmmq(AsyncApi25Binding value);

	public AsyncApi25Binding getGooglepubsub();

	public void setGooglepubsub(AsyncApi25Binding value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy