concept Hystrix command in category microservice
appears as: Hystrix commd, Hystrix command, Hystrix commd

This is an excerpt from Manning's book Spring Microservices in Action.
Hystrix allows you to define a custom concurrency strategy that will wrap your Hystrix calls and allows you to inject any additional parent thread context into the threads managed by the Hystrix command. To implement a custom HystrixConcurrency-Strategy you need to carry out three actions: