Annotation Type TraceFromMessage


  • @Documented
    @InterceptorBinding
    @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface TraceFromMessage
    Interceptor binding for tracing of AMQP consumer methods. The annotated method **MUST** have an AMQP message as its first attribute. The trace will be constructed using the opentracing attributes stored in the message metadata/application properties.