Package org.springframework.cloud.sleuth
Interface Taggable
-
public interface TaggableDescribes the behaviour of an object that can be tagged.- Since:
- 3.0.3
- Author:
- Marcin Grzejszczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Taggabletag(String key, String value)Sets a tag.
-