All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23OperationBindings Maven / Gradle / Ivy

package io.apicurio.datamodels.models.asyncapi.v23;

import io.apicurio.datamodels.models.asyncapi.AsyncApiOperationBindings;

public interface AsyncApi23OperationBindings
		extends
			AsyncApiOperationBindings,
			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);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy