Class: Rage::Telemetry::Spans::ProcessSSEStream
- Inherits:
-
Object
- Object
- Rage::Telemetry::Spans::ProcessSSEStream
- Defined in:
- lib/rage/telemetry/spans/process_sse_stream.rb
Overview
The sse.stream.process span wraps the processing of an SSE stream.
This span starts when a connection is opened and ends when the stream is finished. See handle for the list of arguments passed to handler methods.
Class Method Summary collapse
Class Method Details
.handle(id:, name:, env:, type:) ⇒ Object
Note:
Rage automatically detects which parameters your handler method accepts and only passes those parameters. You can omit any of the parameters described here.
17 18 |
# File 'lib/rage/telemetry/spans/process_sse_stream.rb', line 17 def handle(id:, name:, env:, type:) end |