io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22MessageExample 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.v22;
import com.fasterxml.jackson.databind.JsonNode;
import io.apicurio.datamodels.models.asyncapi.AsyncApiMessageExample;
public interface AsyncApi22MessageExample extends AsyncApiMessageExample, AsyncApi22Extensible {
public JsonNode getPayload();
public void setPayload(JsonNode value);
}