Class PortSetting


  • public abstract class PortSetting
    extends Object
    A representation of the setting for a port configuration property.
    • Constructor Detail

      • PortSetting

        public PortSetting()
    • Method Detail

      • apply

        public abstract EngineConfig apply​(EngineConfig config)
        Creates a new EngineConfig, overriding those settings defined by the port setting.
        Parameters:
        config - the initial configuration
        Returns:
        the new configuration