All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.kristofa.brave.resteasy3.BraveTracingFeatureConfiguration Maven / Gradle / Ivy

Go to download

RestEasy client and server side interceptors that use the brave api to submit client and server side span information.

There is a newer version: 4.13.6
Show newest version
package com.github.kristofa.brave.resteasy3;

import com.github.kristofa.brave.jaxrs2.BraveTracingFeature;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

/** Imports jaxrs2 filters used in resteasy3. */
@Configuration
@Import(BraveTracingFeature.class)
public class BraveTracingFeatureConfiguration {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy