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