Interface TraceIdSupplier

All Superinterfaces:
Supplier<String>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TraceIdSupplier extends Supplier<String>
TraceId 生成策略
Author:
渔民小镇
date:
2024-01-21
  • Method Summary

    Methods inherited from interface Supplier

    get