io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23ChannelBindings 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.v23;
import io.apicurio.datamodels.models.asyncapi.AsyncApiChannelBindings;
public interface AsyncApi23ChannelBindings
extends
AsyncApiChannelBindings,
AsyncApi23Extensible,
AsyncApi23Referenceable {
public AsyncApi23Binding getAnypointmq();
public void setAnypointmq(AsyncApi23Binding value);
public AsyncApi23Binding createBinding();
public AsyncApi23Binding getSolace();
public void setSolace(AsyncApi23Binding value);
public AsyncApi23Binding getMercure();
public void setMercure(AsyncApi23Binding value);
public AsyncApi23Binding getIbmmq();
public void setIbmmq(AsyncApi23Binding value);
}