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