Class InterceptorTimestampPair<T>

java.lang.Object
org.jboss.resteasy.tracing.InterceptorTimestampPair<T>

public class InterceptorTimestampPair<T> extends Object
  • Constructor Details

    • InterceptorTimestampPair

      public InterceptorTimestampPair(T interceptor, long timestamp)
  • Method Details

    • getInterceptor

      public T getInterceptor()
    • getTimestamp

      public long getTimestamp()