Scope: typeof Scopes[number]

Artifact registration scopes

  • public input handlers are public (as HTTP endpoints)
  • private input handlers are only avilable within the service via client() ports
  • default command handlers are public, event handlers are private when event producers are found within the service, otherwise public

Generated using TypeDoc