public interface UpdatableConfiguration
Modifier and Type | Method and Description |
---|---|
void |
updateProperty(String property,
Object value)
Updates configuration property.
|
void updateProperty(String property, Object value) throws PubSubPlusClientException
property
- The name of the property to modify.value
- The new value of the property. null values should be avoided.IllegalArgumentException
- If the specified property cannot be modified in the current
service state, or the provided value is invalid.PubSubPlusClientException
- If other transport or communication related errors occurCopyright 2019-2024 Solace Corporation. All rights reserved.