Uses of Class
io.quarkiverse.asyncapi.config.AsyncAPIExtension
-
Packages that use AsyncAPIExtension Package Description io.quarkiverse.asyncapi.config -
-
Uses of AsyncAPIExtension in io.quarkiverse.asyncapi.config
Methods in io.quarkiverse.asyncapi.config that return AsyncAPIExtension Modifier and Type Method Description static AsyncAPIExtensionAsyncAPIExtension. valueOf(String name)Returns the enum constant of this type with the specified name.static AsyncAPIExtension[]AsyncAPIExtension. values()Returns an array containing the constants of this enum type, in the order they are declared.
-