/smallrye-async-api

Primary LanguageJavaApache License 2.0Apache-2.0

badge Quality Gate Status License

SmallRye AsyncAPI

SmallRye AsyncAPI is a proof of concept specification and implementation of Microprofile + AsyncAPI integration.

Instructions

Compile and test the project:

mvn verify

Project structure

  • spec/api - Specification classes and interfaces.

  • spec/tck - Specification TCK tests.

  • implementation - Implementation of the specification.

  • tck - Test suite to run the spec TCK against the implementation.

Contributing

Please refer to our Wiki for the Contribution Guidelines.