putTag
Attaches tag to the request using T as a key. Tags can be read from a request using CircuitContext.tag. Use null
to remove any existing tag assigned for T.
Use this API to attach metadata, debugging, or other application data to a spec so that you may read it in other APIs or callbacks.
Attaches tag to the request using type as a key. Tags can be read from a request using CircuitContext.tag. Use null
to remove any existing tag assigned for type.
Use this API to attach metadata, debugging, or other application data to a spec so that you may read it in other APIs or callbacks.