![JAR search and dependency download from the Maven repository](/logo.png)
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25ChannelBindings Maven / Gradle / Ivy
package io.apicurio.datamodels.models.asyncapi.v25;
import io.apicurio.datamodels.models.asyncapi.AsyncApiChannelBindings;
public interface AsyncApi25ChannelBindings
extends
AsyncApiChannelBindings,
AsyncApi25Extensible,
AsyncApi25Referenceable {
public AsyncApi25Binding getAnypointmq();
public void setAnypointmq(AsyncApi25Binding value);
public AsyncApi25Binding createBinding();
public AsyncApi25Binding getSolace();
public void setSolace(AsyncApi25Binding value);
public AsyncApi25Binding getMercure();
public void setMercure(AsyncApi25Binding value);
public AsyncApi25Binding getIbmmq();
public void setIbmmq(AsyncApi25Binding value);
public AsyncApi25Binding getGooglepubsub();
public void setGooglepubsub(AsyncApi25Binding value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy