Package org.mockserver.async.asyncapi
Class AsyncApiSpec
java.lang.Object
org.mockserver.async.asyncapi.AsyncApiSpec
A parsed AsyncAPI specification containing the channels and their message definitions.
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncApiSpec(String asyncApiVersion, String title, List<AsyncApiChannel> channels) -
Method Summary
Modifier and TypeMethodDescriptionThe AsyncAPI version string (e.g. "2.6.0" or "3.0.0").All channels extracted from the spec.getTitle()The title from info.title, or null if absent.
-
Constructor Details
-
AsyncApiSpec
-
-
Method Details
-
getAsyncApiVersion
The AsyncAPI version string (e.g. "2.6.0" or "3.0.0"). -
getTitle
The title from info.title, or null if absent. -
getChannels
All channels extracted from the spec.
-