Class | Description |
---|---|
CachingCommand<T> | |
Command<T> | |
HystrixBootstrapListener |
Servlet listener that is responsible for bootstrapping and shutting down Hystrix.
|
HystrixDelegatingRequestContext | |
HystrixRequestContextFacade | |
HystrixUtil | |
ScpNeoHystrixBootstrapListener | |
ScpNeoHystrixConcurrencyStrategy |
Implementation of a
HystrixConcurrencyStrategy that adapts to the multi-tenant environment of SCP Neo,
initializing request variables and running the respective Hystrix Callable s within a request's tenant and
user context. |
ScpNeoTenantCallable<T> |
Wraps the given
Callable to be executed in the context of the given tenant. |
ScpNeoUserSessionCallable<T> |
Wraps the given
Callable to be executed in the context of the current user (if available). |
Copyright © 2017 SAP SE. All rights reserved.