@ProviderType public interface DeclarativeServiceConfiguration extends PropertyBasedConfiguration
Modifier and Type | Method and Description |
---|---|
DeclarativeServiceConfiguration |
fromProperties(Properties properties)
Enables property-based configuration.
|
DeclarativeServiceConfiguration fromProperties(Properties properties) throws IllegalArgumentException
PropertyBasedConfiguration
Note: callbacks are not expected to be configurable using this approach, callbacks are expected to be configured programmatically.
fromProperties
in interface PropertyBasedConfiguration
properties
- 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-2024 Solace Corporation. All rights reserved.