Uses of Interface
org.springframework.cloud.dataflow.server.service.TaskExecutionCreationService
Package
Description
Contains specific features' configuration classes.
Contains Service implementations for the Dataflow Server.
-
Uses of TaskExecutionCreationService in org.springframework.cloud.dataflow.server.config.features
Modifier and TypeMethodDescriptionTaskConfiguration.taskExecutionRepositoryService
(org.springframework.cloud.task.repository.TaskRepository taskRepository) Modifier and TypeMethodDescriptionTaskConfiguration.TaskExecutionServiceConfig.taskService
(PropertyResolver propertyResolver, TaskConfigurationProperties taskConfigurationProperties, ComposedTaskRunnerConfigurationProperties composedTaskRunnerConfigurationProperties, LauncherRepository launcherRepository, org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService, org.springframework.cloud.task.repository.TaskRepository taskRepository, TaskExecutionInfoService taskExecutionInfoService, TaskDeploymentRepository taskDeploymentRepository, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionCreationService taskExecutionRepositoryService, TaskAppDeploymentRequestCreator taskAppDeploymentRequestCreator, DataflowTaskExplorer taskExplorer, DataflowTaskExecutionDao dataflowTaskExecutionDao, DataflowTaskExecutionMetadataDao dataflowTaskExecutionMetadataDao, DataflowTaskExecutionQueryDao dataflowTaskExecutionQueryDao, org.springframework.cloud.common.security.core.support.OAuth2TokenUtilsService oauth2TokenUtilsService, TaskSaveService taskSaveService) -
Uses of TaskExecutionCreationService in org.springframework.cloud.dataflow.server.service.impl
Modifier and TypeClassDescriptionclass
Default implementation of TaskExecutionCreationService that creates aTaskExecution
with a transaction propagation setting ofPropagation.REQUIRES_NEW
ModifierConstructorDescriptionDefaultTaskExecutionService
(PropertyResolver propertyResolver, LauncherRepository launcherRepository, org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService, org.springframework.cloud.task.repository.TaskRepository taskRepository, TaskExecutionInfoService taskExecutionInfoService, TaskDeploymentRepository taskDeploymentRepository, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionCreationService taskExecutionRepositoryService, TaskAppDeploymentRequestCreator taskAppDeploymentRequestCreator, DataflowTaskExplorer taskExplorer, DataflowTaskExecutionDao dataflowTaskExecutionDao, DataflowTaskExecutionMetadataDao dataflowTaskExecutionMetadataDao, DataflowTaskExecutionQueryDao dataflowTaskExecutionQueryDao, org.springframework.cloud.common.security.core.support.OAuth2TokenUtilsService oauth2TokenUtilsService, TaskSaveService taskSaveService, TaskConfigurationProperties taskConfigurationProperties, ComposedTaskRunnerConfigurationProperties composedTaskRunnerConfigurationProperties) Initializes theDefaultTaskExecutionService
.