prooph / link

Automated Workflow Processing
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Implement CommandController #53

Open codeliner opened 9 years ago

codeliner commented 9 years ago

As long as the Split web app and API milestone isn't done we can use a simple controller to receive command requests and forward them on the command bus. Later we can remove the controller and use a command middleware.

The command endpoints should already be defined like we'll use them later so that switching to command middleware won't effect the client.