Uses of Class
org.mockserver.async.asyncapi.AmqpBinding
Packages that use AmqpBinding
-
Uses of AmqpBinding in org.mockserver.async.asyncapi
Methods in org.mockserver.async.asyncapi that return AmqpBindingModifier and TypeMethodDescriptionAsyncApiChannel.getAmqpBinding()The parsed AMQP channel binding (bindings.amqp), or null when the channel declares no AMQP binding.Constructors in org.mockserver.async.asyncapi with parameters of type AmqpBindingModifierConstructorDescriptionAsyncApiChannel(String name, List<com.fasterxml.jackson.databind.JsonNode> payloadExamples, com.fasterxml.jackson.databind.JsonNode payloadSchema, Integer mqttQos, Boolean mqttRetain, String kafkaKey, List<AsyncApiMessage> explicitMessages, String correlationIdLocation, AmqpBinding amqpBinding) Full constructor with optional binding fields, explicit multi-message list, correlation ID location, and AMQP channel binding.