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

io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30OperationReply Maven / Gradle / Ivy

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

import io.apicurio.datamodels.models.Node;
import java.util.List;

public interface AsyncApi30OperationReply extends Node, AsyncApi30Extensible, AsyncApi30Referenceable {

	public AsyncApi30OperationReplyAddress getAddress();

	public void setAddress(AsyncApi30OperationReplyAddress value);

	public AsyncApi30OperationReplyAddress createOperationReplyAddress();

	public AsyncApi30Reference getChannel();

	public void setChannel(AsyncApi30Reference value);

	public AsyncApi30Reference createReference();

	public List getMessages();

	public void addMessage(AsyncApi30Reference value);

	public void clearMessages();

	public void removeMessage(AsyncApi30Reference value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy