Class TracerFlowIdComponent
- java.lang.Object
-
- org.zalando.nakadiproducer.flowid.TracerFlowIdComponent
-
- All Implemented Interfaces:
org.zalando.nakadiproducer.flowid.FlowIdComponent
public class TracerFlowIdComponent extends Object implements org.zalando.nakadiproducer.flowid.FlowIdComponent
-
-
Constructor Summary
Constructors Constructor Description TracerFlowIdComponent(org.zalando.tracer.Tracer tracer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetXFlowIdKey()StringgetXFlowIdValue()voidstartTraceIfNoneExists()
-
-
-
Method Detail
-
getXFlowIdKey
public String getXFlowIdKey()
-
getXFlowIdValue
public String getXFlowIdValue()
- Specified by:
getXFlowIdValuein interfaceorg.zalando.nakadiproducer.flowid.FlowIdComponent
-
startTraceIfNoneExists
public void startTraceIfNoneExists()
- Specified by:
startTraceIfNoneExistsin interfaceorg.zalando.nakadiproducer.flowid.FlowIdComponent
-
-