类 JobBuilderFactory

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      JobBuilderget​(java.lang.String name)
      Creates a job builder and initializes its job repository.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • get

        public JobBuilder get​(java.lang.String name)
        Creates a job builder and initializes its job repository. Note that if the builder is used to create a @Bean definition then the name of the job and the bean name might be different.
        参数:
        name - the name of the job
        返回:
        a job builder