Interface Workflow.DefinitionStages.WithEndpointsConfiguration

All Known Subinterfaces:
Workflow.Definition, Workflow.DefinitionStages.WithCreate
Enclosing interface:
Workflow.DefinitionStages

public static interface Workflow.DefinitionStages.WithEndpointsConfiguration
The stage of the Workflow definition allowing to specify endpointsConfiguration.
  • Method Details

    • withEndpointsConfiguration

      Workflow.DefinitionStages.WithCreate withEndpointsConfiguration(FlowEndpointsConfiguration endpointsConfiguration)
      Specifies the endpointsConfiguration property: The endpoints configuration..
      Parameters:
      endpointsConfiguration - The endpoints configuration.
      Returns:
      the next definition stage.