Class MillisecondsDurationProperty

java.lang.Object
io.dapr.config.Property<Duration>
io.dapr.config.MillisecondsDurationProperty

public class MillisecondsDurationProperty extends Property<Duration>
Integer configuration property.
  • Method Details

    • parse

      protected Duration parse(String value)
      Parses the value to the specific type.
      Specified by:
      parse in class Property<Duration>
      Parameters:
      value - String value to be parsed.
      Returns:
      Value in the specific type.