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

io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23ChannelBindings Maven / Gradle / Ivy

The newest version!
package io.apicurio.datamodels.models.asyncapi.v23;

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

public interface AsyncApi23ChannelBindings
		extends
			AsyncApiChannelBindings,
			AsyncApi23Extensible,
			AsyncApi23Referenceable {

	public AsyncApi23Binding getAnypointmq();

	public void setAnypointmq(AsyncApi23Binding value);

	public AsyncApi23Binding createBinding();

	public AsyncApi23Binding getSolace();

	public void setSolace(AsyncApi23Binding value);

	public AsyncApi23Binding getMercure();

	public void setMercure(AsyncApi23Binding value);

	public AsyncApi23Binding getIbmmq();

	public void setIbmmq(AsyncApi23Binding value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy