Write java code to Build an API endpoint for real-time notifications via Server-Sent Events using Quarkus. accepts GET /api/notifications/stream; validates user auth; streams events; handles connection lifecycle; closes on timeout. Structure the project as: src/main/java/controllers/, handlers/. Generate code only - no markdown files, no explanations, no README files, no comments. Keep output concise and purpose-ready.