com.github.kristofa.brave.resteasy3.BraveTracingFeatureConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brave-resteasy3-spring Show documentation
Show all versions of brave-resteasy3-spring Show documentation
RestEasy client and server side interceptors that use the brave api to submit client and server side span information.
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