Click or drag to resize

ConfigurationRuntimeTimeSource Class

Time source configuration, the default in MILLI (millisecond resolution from System.currentTimeMillis).
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.runtimeConfigurationRuntimeTimeSource

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationRuntimeTimeSource

The ConfigurationRuntimeTimeSource type exposes the following members.

Properties
  NameDescription
Public propertyTimeSourceType
Returns the time source type.
Top
See Also