- java.lang.Object
-
- com.pervasive.datarush.ports.PortSetting
-
public abstract class PortSetting extends Object
A representation of the setting for a port configuration property.
-
-
Constructor Summary
Constructors Constructor Description PortSetting()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract EngineConfig
apply(EngineConfig config)
Creates a newEngineConfig
, overriding those settings defined by the port setting.
-
-
-
Method Detail
-
apply
public abstract EngineConfig apply(EngineConfig config)
Creates a newEngineConfig
, overriding those settings defined by the port setting.- Parameters:
config
- the initial configuration- Returns:
- the new configuration
-
-