Uses of Class
org.mockserver.async.asyncapi.AsyncApiSpec
Packages that use AsyncApiSpec
-
Uses of AsyncApiSpec in org.mockserver.async
Methods in org.mockserver.async with parameters of type AsyncApiSpecModifier and TypeMethodDescriptionMessageExampleGenerator.generateExamples(AsyncApiSpec spec) Generate example payloads for all channels in the spec.Constructors in org.mockserver.async with parameters of type AsyncApiSpecModifierConstructorDescriptionAsyncApiMockOrchestrator(AsyncApiSpec spec, MessagePublisher publisher) AsyncApiMockOrchestrator(AsyncApiSpec spec, MessagePublisher publisher, MessageExampleGenerator generator) Constructor for use with a custom generator (used by the control-plane implementation and tests). -
Uses of AsyncApiSpec in org.mockserver.async.asyncapi
Methods in org.mockserver.async.asyncapi that return AsyncApiSpecModifier and TypeMethodDescriptionParse an AsyncAPI document from a string (auto-detects JSON vs YAML).