Default parameters for filters in Nexus Timestamp Server
This article describes the default parameters used by filters in a timestamp service in Nexus Timestamp Server.
Define default parameters
Open the filters.properties configuration file.
Set the applicable parameters, described in this table:
Name of parameter | Description |
---|---|
class | The fully qualified name of the class implementing the filter. The class must implement the interface according to the name of the interface. |
<param-name> | Depending on the implementation, a filter may take one or more extra parameters. |
Example: Default parameter
[filter.Accuracy]
class=com.nexussafe.nano.filters.timestamp.AccuracyFilter
seconds=10
millis=45