public class DynamicPortPropertiesProvider extends Object implements org.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProvider
ConfigurationPropertiesProvider that provides a ConfigurationProperty binding a free port to the given property
name| Constructor and Description |
|---|
DynamicPortPropertiesProvider(String propertyName,
Integer min,
Integer max) |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.config.api.dsl.model.properties.ConfigurationProperty> |
getConfigurationProperty(String configurationAttributeKey) |
String |
getDescription() |
public Optional<org.mule.runtime.config.api.dsl.model.properties.ConfigurationProperty> getConfigurationProperty(String configurationAttributeKey)
getConfigurationProperty in interface org.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProviderpublic String getDescription()
getDescription in interface org.mule.runtime.config.api.dsl.model.properties.ConfigurationPropertiesProviderCopyright © 2019. All rights reserved.