Interface AsyncApiSpecInputProvider


public interface AsyncApiSpecInputProvider
Provider interface for clients to dynamically provide their own AsyncAPI specification files.
  • Method Summary

    Modifier and Type
    Method
    Description
    read(io.quarkus.deployment.CodeGenContext context)
     
  • Method Details