Uses of Interface
org.mockserver.async.publish.MessagePublisher
Packages that use MessagePublisher
-
Uses of MessagePublisher in org.mockserver.async
Constructors in org.mockserver.async with parameters of type MessagePublisherModifierConstructorDescriptionAsyncApiMockOrchestrator(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 MessagePublisher in org.mockserver.async.publish
Classes in org.mockserver.async.publish that implement MessagePublisherModifier and TypeClassDescriptionclassAMessagePublisherthat delivers messages to an AMQP 0.9.1 broker (RabbitMQ) using the officialcom.rabbitmq:amqp-clientlibrary.classAMessagePublisherthat publishes Avro messages to Kafka in the Confluent Schema Registry wire format (magic byte + schema id + Avro binary), so real Confluent Avro consumers can read them.classAMessagePublisherthat delegates to a KafkaKafkaProducer.classAMessagePublisherthat delegates to an MQTT v5MqttClient.classAMessagePublisherthat delegates to an MQTTMqttClient.