Registry / networking / akka-sse-2-12

akka-sse-2-12

JSON →
library3.0.0javamavenunverified

Akka HTTP extension for Server-Sent Events (SSE) support.

<dependency> <groupId>de.heikoseeberger</groupId> <artifactId>akka-sse_2.12</artifactId> <version>3.0.0</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-SSE-2-12
A
akka-sse-2-12
networkingjavav3.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SseDirectives
akka.http.scaladsl.server.directives.SseDirectives

Defines an SSE endpoint using Akka HTTP.

import akka.http.scaladsl.server.directives.SseDirectives; import akka.http.scaladsl.server.Route; public class Example { public static Route createRoute() { return SseDirectives.sse(() -> "data: hello\n\n"); } }
Debug
Known issues
breakingAkka SSE 3.0.0 requires Akka HTTP 10.2.x and Scala 2.12.
fix
Ensure compatible Akka HTTP and Scala versions.
affects: >=3.0.0 <4.0.0
Upgrade
Version history
3.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
OpenAI (training)
1
Resources
akka-sse-2-12 — mvn dependency:get akka-sse-2-12 · libregistry