quarkus-rabbitmq-client icon indicating copy to clipboard operation
quarkus-rabbitmq-client copied to clipboard

declare capability for other extensions

Open bwijsmuller opened this issue 3 years ago • 0 comments

A capability represents a technical capability that can be queried by other extensions. An extension may provide multiple capabilities and multiple extensions can provide the same capability. By default, capabilities are not displayed to users. Capabilities should be used when checking for the presence of an extension rather than class path based checks.

See: https://quarkus.io/guides/writing-extensions#capabilities

bwijsmuller avatar Sep 08 '22 14:09 bwijsmuller