@ProviderType public interface RequestReplyMessagePublisherBuilder extends PublisherPropertyConfiguration
RequestReplyMessagePublisher to publish
request-reply type of messages.
This API expected to be thread safe.
| Modifier and Type | Method and Description |
|---|---|
RequestReplyMessagePublisher |
build()
Builds a request-reply message publisher.
|
RequestReplyMessagePublisherBuilder |
fromProperties(Properties configuration)
Enables property-based configuration.
|
RequestReplyMessagePublisherBuilder fromProperties(Properties configuration) throws IllegalArgumentException
PropertyBasedConfigurationNote: callbacks are not expected to be configurable using this approach, callbacks are expected to be configured programmatically.
fromProperties in interface PropertyBasedConfigurationfromProperties in interface PublisherPropertyConfigurationconfiguration - the properties (key of type String and value of type String) for configuration and fine-tuning. Common properties can be found
in SolaceProperties and its sub-interfaces.IllegalArgumentException - if invalid properties were specifiedRequestReplyMessagePublisher build() throws PubSubPlusClientException
RequestReplyMessagePublisherPubSubPlusClientException - if unable to build new instance of a publisherCopyright 2019-2025 Solace Corporation. All rights reserved.