Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 325 Bytes

user-service.md

File metadata and controls

18 lines (11 loc) · 325 Bytes

#User service Handles different user accounts. stub

Queries handled

  • getUser Retrieve user given UUID
  • createUser Create a new user
  • getUsers Get all users on platform

Events emitted

  • UserCreated Emitted when a new user is created

Commands handled

External (user)

Events consumed