io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26OperationBindings 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.v26;
import io.apicurio.datamodels.models.asyncapi.AsyncApiOperationBindings;
public interface AsyncApi26OperationBindings
extends
AsyncApiOperationBindings,
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);
}