@ProviderType public interface MessagePublisherBuilder extends PublisherBackPressureConfiguration, PublisherPropertyConfiguration
Modifier and Type | Method and Description |
---|---|
MessagePublisherBuilder |
fromProperties(Properties configuration)
Enables property-based configuration.
|
onBackPressureElastic, onBackPressureReject, onBackPressureWait
MessagePublisherBuilder fromProperties(Properties configuration) throws IllegalArgumentException
fromProperties
in interface PropertyBasedConfiguration
fromProperties
in interface PublisherPropertyConfiguration
configuration
- 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. Refer the SolaceProperties.PublisherProperties
for the list of MessagePublisher
properties
configurable through this MessagePublisherBuilder
IllegalArgumentException
- if invalid properties were specifiedCopyright 2019-2024 Solace Corporation. All rights reserved.