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