Package io.quarkiverse.asyncapi.config
Interface AsyncAPIRegistry
-
- All Known Implementing Classes:
MapAsyncAPIRegistry
public interface AsyncAPIRegistryHolder of Async API instances
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<com.asyncapi.v2._6_0.model.AsyncAPI>getAsyncAPI(String id)Retrieve an AsyncAPI object given the id provided for that file
-