Class TraceSessionRepositoryAspect


  • public class TraceSessionRepositoryAspect
    extends Object
    Aspect around SessionRepository and ReactiveSessionRepository method execution.
    Since:
    3.1.0
    Author:
    Marcin Grzejszczak
    • Constructor Detail

      • TraceSessionRepositoryAspect

        public TraceSessionRepositoryAspect​(Tracer tracer,
                                            CurrentTraceContext currentTraceContext)
    • Method Detail

      • wrapSessionRepository

        public Object wrapSessionRepository​(org.aspectj.lang.ProceedingJoinPoint pjp)
                                     throws Throwable
        Throws:
        Throwable
      • wrapReactiveSessionRepository

        public Object wrapReactiveSessionRepository​(org.aspectj.lang.ProceedingJoinPoint pjp)
                                             throws Throwable
        Throws:
        Throwable