Package org.springframework.cloud.sleuth
Interface Taggable
public interface Taggable
Describes the behaviour of an object that can be tagged.
- Since:
- 3.0.3
- Author:
- Marcin Grzejszczak
-
Method Summary
-
Method Details
-
tag
Sets a tag.- Parameters:
key- tag keyvalue- tag value- Returns:
- this, for chaining
-