@ProviderType public interface PublisherPropertyConfiguration extends PropertyBasedConfiguration
| Modifier and Type | Method and Description |
|---|---|
PublisherPropertyConfiguration |
fromProperties(Properties configuration)
Enables property-based configuration.
|
PublisherPropertyConfiguration 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 PropertyBasedConfigurationconfiguration - 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 specifiedCopyright 2019-2025 Solace Corporation. All rights reserved.