# builders.domain.concurrency

Domain specification

Domain

# Parallel

A domain must inherit this class if multiple events/actions can happen in parallel.

# Sequential

A domain must inherit this class if its events/actions are sequential (non-parallel).