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

com.netflix.spinnaker.config.DualPendingExecutionServiceConfiguration.kt Maven / Gradle / Ivy

There is a newer version: 8.54.0
Show newest version
package com.netflix.spinnaker.config

import org.springframework.boot.context.properties.ConfigurationProperties

@ConfigurationProperties("queue.pending-execution-service.dual")
class DualPendingExecutionServiceConfiguration {
  var enabled: Boolean = false
  var primaryClass: String? = null
  var previousClass: String? = null
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy