public class ServiceCallContextBuilder extends Object
Constructor and Description |
---|
ServiceCallContextBuilder() |
Modifier and Type | Method and Description |
---|---|
ServiceCallContext |
build() |
ServiceCallContextBuilder |
put(String name,
byte[] value)
Put binary attribute.
|
ServiceCallContextBuilder |
put(String name,
String value)
Put string attribute.
|
public ServiceCallContextBuilder put(String name, String value)
name
- Attribute name.value
- Attribute value.public ServiceCallContextBuilder put(String name, byte[] value)
Note: it is recommended to pass a copy of the array if the original can be changed later.
name
- Attribute name.value
- Attribute value.public ServiceCallContext build()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024