Interface PropertyConfig

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

    Modifier and Type
    Method
    Description
    Gets the property name.
    Gets the type.
    Gets the property value.

    Methods inherited from interface com.pushtechnology.diffusion.api.config.Config

    isLocked
  • Method Details

    • getName

      String getName()
      Gets the property name.
      Returns:
      property name.
    • getType

      String getType()
      Gets the type.
      Returns:
      the type - which can be null if not used.
    • getValue

      String getValue()
      Gets the property value.
      Returns:
      the property value - which can be null.