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). -
Uses of AsyncApiSpec in org.mockserver.async.publish
Constructors in org.mockserver.async.publish with parameters of type AsyncApiSpecModifierConstructorDescriptionAmqpMessagePublisher(String host, int port, String vhost, String username, String password, AsyncApiSpec spec) Connect to an AMQP broker from explicit connection parameters and resolve per-channel destinations from the given spec.AmqpMessagePublisher(String amqpUri, AsyncApiSpec spec) Connect to an AMQP broker from a connection URI (e.g.