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

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

The newest version!
package io.apicurio.datamodels.models.asyncapi.v23;

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

public interface AsyncApi23Operation extends AsyncApiOperation, AsyncApi23Extensible {

	public String getOperationId();

	public void setOperationId(String value);

	public AsyncApi23Message getMessage();

	public void setMessage(AsyncApi23Message value);

	public AsyncApi23Message createMessage();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy