tracy
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tracy
core
/
org.jetbrains.ai.tracy.core.adapters.handlers
/
EndpointApiHandler
Endpoint
Api
Handler
jvm
interface
EndpointApiHandler
(
source
)
Interface for endpoint API handlers used within adapters
Members
Functions
handle
Request
Attributes
Link copied to clipboard
jvm
abstract
fun
handleRequestAttributes
(
span
:
Span
,
request
:
TracyHttpRequest
)
handle
Response
Attributes
Link copied to clipboard
jvm
abstract
fun
handleResponseAttributes
(
span
:
Span
,
response
:
TracyHttpResponse
)
handle
Streaming
Link copied to clipboard
jvm
abstract
fun
handleStreaming
(
span
:
Span
,
events
:
String
)