Class WebsocketOpenEvent
-
- All Implemented Interfaces:
-
io.opentelemetry.android.semconv.events.OpenTelemetryEvent
public final class WebsocketOpenEvent implements OpenTelemetryEvent
<p>This event indicates that a WebSocket opened.</p> <p>Notes:</p> <p>none</p>
-
-
Constructor Summary
Constructors Constructor Description WebsocketOpenEvent()
-
Method Summary
Modifier and Type Method Description Unitemit(Logger logger, Attributes additionalAttributes)Emits this event through logger, including any additionalAttributes. -
-
Method Detail
-
emit
Unit emit(Logger logger, Attributes additionalAttributes)
Emits this event through logger, including any additionalAttributes.
-
-
-
-