EndpointApiHandler

Interface for endpoint API handlers used within adapters

Functions

Link copied to clipboard
abstract fun handleRequestAttributes(span: Span, request: TracyHttpRequest)
Link copied to clipboard
abstract fun handleResponseAttributes(span: Span, response: TracyHttpResponse)
Link copied to clipboard
abstract fun handleStreaming(span: Span, events: String)