Class | Description |
---|---|
CachingCommand<T> |
Abstract class implementing a Hystrix protected command with the possibility to cache the result.
|
Command<T> |
Custom abstract implementation of the
HystrixCommand , hiding one of the constructor (with many parameter). |
HystrixBootstrapListener |
Servlet listener that is responsible for bootstrapping and shutting down Hystrix.
|
HystrixDelegatingRequestContext |
Delegated all
RequestContex method calls to the contained delegate, while also initializing and shutting down
a HystrixRequestContext as needed. |
HystrixRequestContextFacade |
Implementation of
AbstractRequestContextFacade that relies on HystrixRequestVariableDefault to manage
RequestContext s. |
HystrixUtil |
An utility class handling the creation of
Setter object that can be used to initialize Hystrix
Command objects. |
ScpNeoHystrixConcurrencyStrategy |
Implementation of a
HystrixConcurrencyStrategy that adapts to the multi-tenant environment of SAP CP Neo,
initializing request variables and running the respective Hystrix Callable s within a request's tenant and
user context. |
Copyright © 2019 SAP SE. All rights reserved.