added runner to buildr
This commit is contained in:
parent
c3bbf79ce4
commit
18794aa531
63 changed files with 90 additions and 602 deletions
|
|
@ -12,6 +12,8 @@ import scala.reflect.BeanProperty
|
|||
// ============================================
|
||||
// Java version of the configuration API
|
||||
|
||||
sealed class ConfigurationException(msg: String) extends RuntimeException(msg)
|
||||
|
||||
sealed abstract class Configuration
|
||||
|
||||
class RestartStrategy(@BeanProperty val scheme: FailOverScheme, @BeanProperty val maxNrOfRetries: Int, @BeanProperty val withinTimeRange: Int) extends Configuration {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue