All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bazaarvoice.sswf.service.util.scala Maven / Gradle / Ivy

There is a newer version: 5.2
Show newest version
package com.bazaarvoice.sswf.service

import com.bazaarvoice.sswf.WorkflowStep

object util {
  private[service] def stepToVersion[StepEnum <: (Enum[StepEnum] with WorkflowStep)](step: StepEnum): String =
    s"${step.startToFinishTimeoutSeconds}.${step.startToHeartbeatTimeoutSeconds}"

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy