- All Superinterfaces:
- Config
public interface PropertyConfig
extends Config 
Property Configuration.
 
 Configuration for a property that may be configured within a
  HTTP Service.
- Since:
- 4.4
- 
Method Summary
 
Methods inherited from interface com.pushtechnology.diffusion.api.config.ConfigisLocked
 
- 
Method Details
- 
getNameGets the property name. 
- Returns:
- property name.
 
- 
getTypeGets the type. 
- Returns:
- the type - which can be null if not used.
 
- 
getValueGets the property value. 
- Returns:
- the property value - which can be null.