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
    See Also:
    ExecutionStrategy
    • Method Detail

      • createExecution

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