Packages

o

org.apache.pekko.http.javadsl.marshalling.sse

EventStreamMarshalling

object EventStreamMarshalling

Using eventStreamMarshaller lets a source of ServerSentEvents be marshalled to a HttpResponse.

Source
EventStreamMarshalling.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventStreamMarshalling
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val toEventStream: Marshaller[Source[ServerSentEvent, NotUsed], RequestEntity]

    Lets a source of ServerSentEvents be marshalled to a HttpResponse.