ExecutionContext
Per operation metadata a service client uses to drive the execution of a single request/response
Constructors
Default construct an ExecutionContext. Note: this is not usually useful without configuring the call attributes
Types
Properties
Inherited properties
Inherited functions
Check if an attribute with the specified key exists
Gets a value of the attribute for the specified key or throws an IllegalStateException if key does not exist
Merge another attributes instance into this set of attributes favoring other
Set a value for key only if it is not already set
Removes an attribute with the specified key and returns its current value, throws an exception if an attribute doesn't exist
Removes an attribute with the specified key and returns its current value, returns null
if an attribute doesn't exist
Returns a new MutableAttributes instance with elements from this set of attributes.