Skip to content

Practice-001 Synchronous - asynchronous process conversion

Notifications You must be signed in to change notification settings

nanashi07/ssjv-001

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synchronous - asynchronous process conversion

This demo simply shows how synchronous request to be handled with background asynchronous process, and response from asynchronous result.

Flow

flow

Test

curl -XPOST \
  -H 'Content-Type: application/json' \
  -d '{"type":"test","command":"create","submitter":"Bruce"}' \
  http://localhost:8080/ticket/create

About

Practice-001 Synchronous - asynchronous process conversion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages