![JAR search and dependency download from the Maven repository](/logo.png)
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26MessageExample Maven / Gradle / Ivy
package io.apicurio.datamodels.models.asyncapi.v26;
import com.fasterxml.jackson.databind.JsonNode;
import io.apicurio.datamodels.models.asyncapi.AsyncApiMessageExample;
public interface AsyncApi26MessageExample extends AsyncApiMessageExample, AsyncApi26Extensible {
public JsonNode getPayload();
public void setPayload(JsonNode value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy