StreamExecutionPolicy

public enum StreamExecutionPolicy

Execution policy determines how requests to multiple sources of flows are executed.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • This policy starts the second planner only if planning with the first planner has failed.

    Declaration

    Swift

    case fallback
  • This policy starts planning on both planners at the same time. First to complete wins.

    Declaration

    Swift

    case parallel