Constant Field Values
Contents
org.springframework.*
-
org.springframework.cloud.task.configuration.TaskProperties
-
org.springframework.cloud.task.listener.TaskObservations
-
org.springframework.cloud.task.repository.dao.JdbcTaskExecutionDaoModifier and TypeConstant FieldValue
public static final String
"%PREFIX%EXECUTION"
public static final String
"where TASK_NAME = :taskName AND END_TIME IS NULL "
public static final String
"TASK_EXECUTION_ID, START_TIME, END_TIME, TASK_NAME, EXIT_CODE, EXIT_MESSAGE, ERROR_MESSAGE, LAST_UPDATED, EXTERNAL_EXECUTION_ID, PARENT_EXECUTION_ID "
public static final String
"where TASK_NAME = :taskName "
-
org.springframework.cloud.task.repository.support.SimpleTaskRepositoryModifier and TypeConstant FieldValue
public static final int
2500
public static final int
2500
public static final int
100