com.github.kristofa.brave.ServerAndClientSpanState Maven / Gradle / Ivy
package com.github.kristofa.brave;
/**
* Combines server and client span state.
*
* @author kristof
*/
interface ServerAndClientSpanState extends ServerSpanState, ClientSpanState {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy