io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23MessageBindings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apicurio-data-models Show documentation
Show all versions of apicurio-data-models Show documentation
Open Source API Design Studio
The newest version!
package io.apicurio.datamodels.models.asyncapi.v23;
import io.apicurio.datamodels.models.asyncapi.AsyncApiMessageBindings;
public interface AsyncApi23MessageBindings
extends
AsyncApiMessageBindings,
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);
}