Class DeployerStepExecutionHandler

java.lang.Object
org.springframework.cloud.task.batch.partition.DeployerStepExecutionHandler
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@Deprecated public class DeployerStepExecutionHandler extends Object implements org.springframework.boot.CommandLineRunner
Deprecated.
This feature is now end-of-life and will be removed in a future release. No replacement is planned. Please migrate away from using this functionality.

A CommandLineRunner used to execute a Step. No result is provided directly to the associated DeployerPartitionHandler as it will obtain the step results directly from the shared job repository.

The StepExecution is rehydrated based on the environment variables provided. Specifically, the following variables are required:

Author:
Michael Minella
  • Constructor Summary

    Constructors
    Constructor
    Description
    DeployerStepExecutionHandler(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.batch.core.explore.JobExplorer jobExplorer, org.springframework.batch.core.repository.JobRepository jobRepository)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(String... args)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeployerStepExecutionHandler

      public DeployerStepExecutionHandler(org.springframework.beans.factory.BeanFactory beanFactory, org.springframework.batch.core.explore.JobExplorer jobExplorer, org.springframework.batch.core.repository.JobRepository jobRepository)
      Deprecated.
  • Method Details

    • run

      public void run(String... args) throws Exception
      Deprecated.
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
      Throws:
      Exception