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