clamp-orchestrator / clamp-core

A microservices flow orchestrator and workflow manager.
https://clamp-orchestrator.github.io/clamp-orchestrator/
MIT License
9 stars 4 forks source link

Move conditionally executing behaviours to class specific behaviours #7

Open tejashjl opened 4 years ago

tejashjl commented 4 years ago
  1. Saw several occurences of Switch-case on step mode (HTTP, AMQP, KAFKA). 5.1. These could be modelled as separate classes and mode specific behaviour delagated to respective classes 5.2. Same applies to XML/JSON also