Uses of Class
org.mockserver.async.publish.PublishOptions
Packages that use PublishOptions
-
Uses of PublishOptions in org.mockserver.async.asyncapi
Methods in org.mockserver.async.asyncapi that return PublishOptionsModifier and TypeMethodDescriptionAsyncApiChannel.toPublishOptions()Build aPublishOptionsfrom the parsed bindings on this channel. -
Uses of PublishOptions in org.mockserver.async.publish
Methods in org.mockserver.async.publish that return PublishOptionsMethods in org.mockserver.async.publish with parameters of type PublishOptionsModifier and TypeMethodDescriptionvoidKafkaMessagePublisher.publish(String channel, String payload, PublishOptions options) Publish a message with per-message options from AsyncAPI bindings.default voidMessagePublisher.publish(String channel, String payload, PublishOptions options) Publish the given payload with per-message options derived from AsyncAPI bindings.voidMqttMessagePublisher.publish(String channel, String payload, PublishOptions options) Publish a message with per-message options from AsyncAPI bindings.