@Component
@ConfigurationProperties(prefix="automator")
@PropertySource("classpath:application.yaml")
@Configuration
public class ConfigurationServersEngine
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
camunda7Url
@Value("${automator.servers.camunda7.url:\'\'}")
public String camunda7Url
-
camunda7UserName
@Value("${automator.servers.camunda7.username:}")
public String camunda7UserName
-
camunda7Password
@Value("${automator.servers.camunda7.password:}")
public String camunda7Password
-
camunda7Name
@Value("${automator.servers.camunda7.name:\'\'}")
public String camunda7Name
-
C7WorkerMaxJobsActive
@Value("${automator.servers.camunda7.workerMaxJobsActive:\'\'}")
public String C7WorkerMaxJobsActive
-
zeebeName
@Value("${automator.servers.camunda8.name:\'\'}")
public String zeebeName
-
zeebeGatewayAddress
@Value("${automator.servers.camunda8.zeebeGatewayAddress:\'\'}")
public String zeebeGatewayAddress
-
zeebeCloudRegister
@Value("${automator.servers.camunda8.zeebeCloudRegister:\'\'}")
public String zeebeCloudRegister
-
zeebeCloudRegion
@Value("${automator.servers.camunda8.zeebeCloudRegion:\'\'}")
public String zeebeCloudRegion
-
zeebeCloudClusterId
@Value("${automator.servers.camunda8.zeebeCloudClusterId:\'\'}")
public String zeebeCloudClusterId
-
zeebeCloudClientId
@Value("${automator.servers.camunda8.zeebeCloudClientId:\'\'}")
public String zeebeCloudClientId
-
clientSecret
@Value("${automator.servers.camunda8.clientSecret:\'\'}")
public String clientSecret
-
operateUrl
@Value("${automator.servers.camunda8.operateUrl:\'\'}")
public String operateUrl
-
operateUserName
@Value("${automator.servers.camunda8.operateUserName:\'\'}")
public String operateUserName
-
operateUserPassword
@Value("${automator.servers.camunda8.operateUserPassword:\'\'}")
public String operateUserPassword
-
taskListUrl
@Value("${automator.servers.camunda8.taskListUrl:\'\'}")
public String taskListUrl
-
workerExecutionThreads
@Value("${automator.servers.camunda8.workerExecutionThreads:\'\'}")
public String workerExecutionThreads
-
C8WorkerMaxJobsActive
@Value("${automator.servers.camunda8.workerMaxJobsActive:\'\'}")
public String C8WorkerMaxJobsActive
-
Constructor Details
-
ConfigurationServersEngine
public ConfigurationServersEngine()