![JAR search and dependency download from the Maven repository](/logo.png)
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30ServerBindings Maven / Gradle / Ivy
package io.apicurio.datamodels.models.asyncapi.v30;
import io.apicurio.datamodels.models.asyncapi.AsyncApiServerBindings;
public interface AsyncApi30ServerBindings
extends
AsyncApiServerBindings,
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);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy