public interface TaskConfigurer
Modifier and Type | Method and Description |
---|---|
TaskExplorer |
getTaskExplorer()
Create a
TaskExplorer for the task. |
TaskRepository |
getTaskRepository()
Create a
TaskRepository for the Task. |
org.springframework.transaction.PlatformTransactionManager |
getTransactionManager()
Create a
PlatformTransactionManager for use with the
TaskRepository . |
TaskRepository getTaskRepository()
TaskRepository
for the Task.org.springframework.transaction.PlatformTransactionManager getTransactionManager()
PlatformTransactionManager
for use with the
TaskRepository
.PlatformTransactionManager
TaskExplorer getTaskExplorer()
TaskExplorer
for the task.TaskExplorer
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.