Package io.quarkiverse.asyncapi.config
Interface AsyncAPISupplier
-
- All Known Implementing Classes:
JacksonAsyncAPISupplier
public interface AsyncAPISupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.asyncapi.v2._6_0.model.AsyncAPIasyncAPI()Stringid()
-
-
-
Method Detail
-
id
String id()
-
asyncAPI
com.asyncapi.v2._6_0.model.AsyncAPI asyncAPI()
-
-