The maximum size of a server-sent event for the event Stream parser; 8KiB by default.
The maximum size of a server-sent event for the event Stream parser; 8KiB by default.
The maximum size of a line for the event Stream parser; 8KiB by default.
The maximum size of a line for the event Stream parser; 8KiB by default.
Mixing in this trait lets an
akka.http.model.HttpEntity
with atext/event-stream
media type be unmarshallable to anakka.stream.scaladsl.Source[ServerSentEvent]
.Attention: An implicit
scala.concurrent.ExecutionContext
has to be in scope!