Class SseEvent<T>

java.lang.Object
com.langfuse.client.core.SseEvent<T>
Type Parameters:
T - The type of the data field

public final class SseEvent<T> extends Object
Represents a Server-Sent Event with all standard fields. Used for event-level discrimination where the discriminator is at the SSE envelope level.