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 delegates to a KafkaKafkaProducer.classAMessagePublisherthat delegates to an MQTTMqttClient.