Skip to content

Enum: Synchronization

URI: fix_orchestra:Synchronization

Enum URI: fix_orchestra:Synchronization

Permissible Values

Value Meaning Description
asynchronous None Event timing is completely independent
synchronous None Requests in-progress block subsequent requests
pipelined None Response timing is dependent on a request, but multiple requests can be in-fl...

Slots

Name Description
sync

In Subsets

Aliases

  • synchronization

Identifier and Mapping Information

Schema Source

LinkML Source

name: Synchronization
in_subset:
- repository_types
from_schema: https://w3id.org/lmodel/fix-orchestra
aliases:
- synchronization
exact_mappings:
- fixr:synchronization
rank: 1000
enum_uri: fix_orchestra:Synchronization
permissible_values:
  asynchronous:
    text: asynchronous
    description: Event timing is completely independent
  synchronous:
    text: synchronous
    description: Requests in-progress block subsequent requests
  pipelined:
    text: pipelined
    description: Response timing is dependent on a request, but multiple requests
      can be in-flight