Package com.spotify.github
Interface Span
-
- All Superinterfaces:
AutoCloseable
public interface Span extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Close span.Spanfailure(Throwable t)Spansuccess()
-
-
-
Method Detail
-
success
Span success()
-
close
void close()
Close span. Must be called for any opened span.- Specified by:
closein interfaceAutoCloseable
-
-