Interface ExecutionBuilder

All Known Implementing Classes:
ParallelExecutionBuilder

public interface ExecutionBuilder
Interface of a factory for creating execution related objects. The factory method pattern is used.
Since:
1.9.0
Version:
1.9.0
Author:
Mikko Tommila
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates an object for execution operations.
  • Method Details

    • createExecution

      ExecutionStrategy createExecution()
      Creates an object for execution operations.
      Returns:
      A suitable object for performing the execution operations.