Interface AsyncAPIRegistry

  • All Known Implementing Classes:
    MapAsyncAPIRegistry

    public interface AsyncAPIRegistry
    Holder of Async API instances
    • Method Detail

      • getAsyncAPI

        Optional<com.asyncapi.v2._6_0.model.AsyncAPI> getAsyncAPI​(String id)
        Retrieve an AsyncAPI object given the id provided for that file
        Parameters:
        id -
        Returns: