Class TaskListenerExecutorObjectFactory

java.lang.Object
org.springframework.cloud.task.listener.TaskListenerExecutorObjectFactory
All Implemented Interfaces:
org.springframework.beans.factory.ObjectFactory<TaskExecutionListener>

public class TaskListenerExecutorObjectFactory extends Object implements org.springframework.beans.factory.ObjectFactory<TaskExecutionListener>
Initializes TaskListenerExecutor for a task.
Since:
2.1.0
Author:
Glenn Renfro, Isik Erhan
  • Constructor Details

    • TaskListenerExecutorObjectFactory

      public TaskListenerExecutorObjectFactory(org.springframework.context.ConfigurableApplicationContext context)
  • Method Details