![JAR search and dependency download from the Maven repository](/logo.png)
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30ChannelBindings Maven / Gradle / Ivy
package io.apicurio.datamodels.models.asyncapi.v30;
import io.apicurio.datamodels.models.asyncapi.AsyncApiChannelBindings;
public interface AsyncApi30ChannelBindings
extends
AsyncApiChannelBindings,
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