pub async fn sse_handler(
__arg0: State<Arc<SseState>>,
__arg1: Extension<AuthContext>,
__arg2: Query<SseQuery>,
) -> impl IntoResponseExpand description
SSE handler for GET /events.
pub async fn sse_handler(
__arg0: State<Arc<SseState>>,
__arg1: Extension<AuthContext>,
__arg2: Query<SseQuery>,
) -> impl IntoResponseSSE handler for GET /events.