Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30Message
-
Packages that use AsyncApi30Message Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30Message in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30Message Modifier and Type Class Description classAsyncApi30MessageImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30Message Modifier and Type Method Description AsyncApi30MessageAsyncApi30Channel. createMessage()AsyncApi30MessageAsyncApi30ChannelImpl. createMessage()AsyncApi30MessageAsyncApi30ComponentsImpl. createMessage()Methods in io.apicurio.datamodels.models.asyncapi.v30 that return types with arguments of type AsyncApi30Message Modifier and Type Method Description Map<String,AsyncApi30Message>AsyncApi30Channel. getMessages()Map<String,AsyncApi30Message>AsyncApi30ChannelImpl. getMessages()Methods in io.apicurio.datamodels.models.asyncapi.v30 with parameters of type AsyncApi30Message Modifier and Type Method Description voidAsyncApi30Channel. addMessage(String name, AsyncApi30Message value)voidAsyncApi30ChannelImpl. addMessage(String name, AsyncApi30Message value)voidAsyncApi30Channel. insertMessage(String name, AsyncApi30Message value, int atIndex)voidAsyncApi30ChannelImpl. insertMessage(String name, AsyncApi30Message value, int atIndex) -
Uses of AsyncApi30Message in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30Message Modifier and Type Method Description voidAsyncApi30ModelReader. readMessage(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30Message node)voidAsyncApi30ModelWriter. writeMessage(AsyncApi30Message node, com.fasterxml.jackson.databind.node.ObjectNode json)
-