io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30MessageBindings 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.v30;
import io.apicurio.datamodels.models.asyncapi.AsyncApiMessageBindings;
public interface AsyncApi30MessageBindings
extends
AsyncApiMessageBindings,
AsyncApi30Extensible,
AsyncApi30Referenceable {
public AsyncApi30Binding getAnypointmq();
public void setAnypointmq(AsyncApi30Binding value);
public AsyncApi30Binding createBinding();
public AsyncApi30Binding getSolace();
public void setSolace(AsyncApi30Binding value);
public AsyncApi30Binding getMercure();
public void setMercure(AsyncApi30Binding value);
public AsyncApi30Binding getIbmmq();
public void setIbmmq(AsyncApi30Binding value);
public AsyncApi30Binding getGooglepubsub();
public void setGooglepubsub(AsyncApi30Binding value);
public AsyncApi30Binding getPulsar();
public void setPulsar(AsyncApi30Binding value);
}