Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.servlet | |
com.sap.cloud.sdk.frameworks.hystrix |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<Object> |
RequestContext.getProperty(String name)
Retrieves the property for the given name.
|
com.google.common.base.Optional<Object> |
DefaultRequestContext.getProperty(String name)
Retrieves the property for the given name.
|
<T> T |
RequestContextFacade.getRequestContextProperty(String name,
Class<T> type) |
static <T> T |
RequestContextAccessor.getRequestContextProperty(String name,
Class<T> type) |
<T> T |
AbstractRequestContextFacade.getRequestContextProperty(String name,
Class<T> type) |
com.google.common.base.Optional<Object> |
RequestContext.removeProperty(String name)
Removes the property with the given name.
|
com.google.common.base.Optional<Object> |
DefaultRequestContext.removeProperty(String name)
Removes the property with the given name.
|
void |
RequestContext.setPropertyIfAbsent(String name,
Object value)
Sets a value for the property for the given name, if it has not been set before.
|
void |
DefaultRequestContext.setPropertyIfAbsent(String name,
Object value)
Sets a value for the property for the given name, if it has not been set before.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<Object> |
HystrixDelegatingRequestContext.getProperty(String name)
Retrieves the property for the given name.
|
com.google.common.base.Optional<Object> |
HystrixDelegatingRequestContext.removeProperty(String name)
Removes the property with the given name.
|
void |
HystrixDelegatingRequestContext.setPropertyIfAbsent(String name,
Object value)
Sets a value for the property for the given name, if it has not been set before.
|
Copyright © 2018 SAP SE. All rights reserved.