类 TraceSmsTemplateInteceptor
java.lang.Object
tech.mhuang.pacebox.springboot.autoconfiguration.trace.sms.TraceSmsTemplateInteceptor
- 所有已实现的接口:
tech.mhuang.pacebox.core.chain.BaseInterceptor<tech.mhuang.pacebox.core.chain.BaseChain<tech.mhuang.pacebox.sms.domain.SmsSendRequest,,tech.mhuang.pacebox.sms.domain.SmsSendResult>, tech.mhuang.pacebox.sms.domain.SmsSendResult> tech.mhuang.pacebox.sms.inteceptor.SmsSendInterceptor
public class TraceSmsTemplateInteceptor
extends Object
implements tech.mhuang.pacebox.sms.inteceptor.SmsSendInterceptor
短信埋点
- 从以下版本开始:
- 1.0.0
- 作者:
- mhuang
-
嵌套类概要
从接口继承的嵌套类/接口 tech.mhuang.pacebox.sms.inteceptor.SmsSendInterceptor
tech.mhuang.pacebox.sms.inteceptor.SmsSendInterceptor.Standard -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明tech.mhuang.pacebox.sms.domain.SmsSendResultinterceptor(tech.mhuang.pacebox.core.chain.BaseChain<tech.mhuang.pacebox.sms.domain.SmsSendRequest, tech.mhuang.pacebox.sms.domain.SmsSendResult> chain)
-
构造器详细资料
-
TraceSmsTemplateInteceptor
public TraceSmsTemplateInteceptor(io.opentracing.Tracer tracer)
-
-
方法详细资料
-
interceptor
public tech.mhuang.pacebox.sms.domain.SmsSendResult interceptor(tech.mhuang.pacebox.core.chain.BaseChain<tech.mhuang.pacebox.sms.domain.SmsSendRequest, tech.mhuang.pacebox.sms.domain.SmsSendResult> chain) - 指定者:
interceptor在接口中tech.mhuang.pacebox.core.chain.BaseInterceptor<tech.mhuang.pacebox.core.chain.BaseChain<tech.mhuang.pacebox.sms.domain.SmsSendRequest,tech.mhuang.pacebox.sms.domain.SmsSendResult>, tech.mhuang.pacebox.sms.domain.SmsSendResult>
-