Mixing in this trait lets an akka.http.model.HttpEntity
with a text/event-stream media type be unmarshallable to an akka.stream.scaladsl.Source[A]
if A can be viewed as ServerSentEvent.
Attention: An implicit scala.concurrent.ExecutionContext has to be in scope!
Mixing in this trait lets an
akka.http.model.HttpEntitywith atext/event-streammedia type be unmarshallable to anakka.stream.scaladsl.Source[A]ifAcan be viewed as ServerSentEvent.: An implicitAttentionscala.concurrent.ExecutionContexthas to be in scope!