Package org.zalando.opentracing.flowid
Interface FlowId
-
@API(status=EXPERIMENTAL) public interface FlowId
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFlowId.Source
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowId.SourcegetSource()StringgetValue()
-
-
-
Method Detail
-
getValue
String getValue()
-
getSource
FlowId.Source getSource()
-
-