Generate AsyncApi Java Objects during Maven Build

The AsyncAPI Specification is a project used to describe and document message-driven APIs in a machine-readable format. It’s protocol-agnostic, so you can use it for APIs that work over any protocol (e.g., AMQP, MQTT, WebSockets, Kafka, STOMP, HTTP, Mercure, etc).The AsyncAPI Specification defines a set of files required to describe such an API. These filesContinueContinue reading “Generate AsyncApi Java Objects during Maven Build”