Tabnine Logo
FlowStepBuilder.flow
Code IndexAdd Tabnine to your IDE (free)

How to use
flow
method
in
org.springframework.batch.core.step.builder.FlowStepBuilder

Best Java code snippets using org.springframework.batch.core.step.builder.FlowStepBuilder.flow (Showing top 4 results out of 315)

origin: spring-projects/spring-batch

/**
 * Create a new step builder that will execute a flow.
 *
 * @param flow a flow to execute
 * @return a {@link FlowStepBuilder}
 */
public FlowStepBuilder flow(Flow flow) {
  return new FlowStepBuilder(this).flow(flow);
}
origin: org.springframework.batch/spring-batch-core

/**
 * Create a new step builder that will execute a flow.
 *
 * @param flow a flow to execute
 * @return a {@link FlowStepBuilder}
 */
public FlowStepBuilder flow(Flow flow) {
  return new FlowStepBuilder(this).flow(flow);
}
origin: org.springframework.batch.core/org.motechproject.org.springframework.batch.core

/**
 * Create a new step builder that will execute a flow.
 *
 * @param flow a flow to execute
 * @return a {@link FlowStepBuilder}
 */
public FlowStepBuilder flow(Flow flow) {
  return new FlowStepBuilder(this).flow(flow);
}
origin: apache/servicemix-bundles

/**
 * Create a new step builder that will execute a flow.
 *
 * @param flow a flow to execute
 * @return a {@link FlowStepBuilder}
 */
public FlowStepBuilder flow(Flow flow) {
  return new FlowStepBuilder(this).flow(flow);
}
org.springframework.batch.core.step.builderFlowStepBuilderflow

Javadoc

Provide a flow to execute during the step.

Popular methods of FlowStepBuilder

  • build
    Build a step that executes the flow provided, normally composed of other steps. The flow is not exec
  • <init>
    Create a new builder initialized with any properties in the parent. The parent is copied, so it can
  • getName

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getSystemService (Context)
  • getContentResolver (Context)
  • setRequestProperty (URLConnection)
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now