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