Last active
October 23, 2015 18:26
-
-
Save bmbouter/be8f14d32956497fc02a to your computer and use it in GitHub Desktop.
Pulp Synchronous Request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @startuml | |
| title Synchronous Task Example (create repo) | |
| autonumber | |
| actor "API Client" as client | |
| client -> "Pulp API (httpd)" as httpd : create repo | |
| httpd -> MongoDB: create repo record(s) | |
| MongoDB -> httpd: return after creating new record(s) | |
| httpd -> client: create repo API response | |
| @enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment