Class AsyncApiRecorder
- java.lang.Object
-
- io.quarkiverse.asyncapi.annotation.scanner.AsyncApiRecorder
-
public class AsyncApiRecorder extends Object
- Since:
- 09.02.2023
-
-
Field Summary
Fields Modifier and Type Field Description static StringASYNC_API_JSONstatic StringASYNC_API_PUMLstatic StringASYNC_API_YAML
-
Constructor Summary
Constructors Constructor Description AsyncApiRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstore(com.asyncapi.v2._0_0.model.AsyncAPI aAsyncAPI, AsyncApiRuntimeConfig aConfig)
-
-
-
Field Detail
-
ASYNC_API_JSON
public static final String ASYNC_API_JSON
- See Also:
- Constant Field Values
-
ASYNC_API_YAML
public static final String ASYNC_API_YAML
- See Also:
- Constant Field Values
-
ASYNC_API_PUML
public static final String ASYNC_API_PUML
- See Also:
- Constant Field Values
-
-
Method Detail
-
store
public void store(com.asyncapi.v2._0_0.model.AsyncAPI aAsyncAPI, AsyncApiRuntimeConfig aConfig)
-
-