Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.servlet | |
com.sap.cloud.sdk.frameworks.hystrix |
Modifier and Type | Method and Description |
---|---|
Optional<Property<?>> |
RequestContext.getProperty(String name)
Retrieves the property for the given name.
|
Optional<Property<?>> |
DefaultRequestContext.getProperty(String name)
Retrieves the property for the given name.
|
Optional<Property<?>> |
RequestContext.removeProperty(String name)
Removes the property with the given name.
|
Optional<Property<?>> |
DefaultRequestContext.removeProperty(String name)
Removes the property with the given name.
|
void |
RequestContext.setPropertyIfAbsent(String name,
Property<?> value)
Sets a value for the property for the given name, if it has not been set before.
|
void |
DefaultRequestContext.setPropertyIfAbsent(String name,
Property<?> value)
Sets a value for the property for the given name, if it has not been set before.
|
Modifier and Type | Method and Description |
---|---|
Optional<Property<?>> |
HystrixDelegatingRequestContext.getProperty(String name)
Retrieves the property for the given name.
|
Optional<Property<?>> |
HystrixDelegatingRequestContext.removeProperty(String name)
Removes the property with the given name.
|
void |
HystrixDelegatingRequestContext.setPropertyIfAbsent(String name,
Property<?> 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.