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