类 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
  • 构造器概要

    构造器
    构造器
    说明
    TraceSmsTemplateInteceptor(io.opentracing.Tracer tracer)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    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)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • 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>