Packages

object EventStreamMarshalling extends EventStreamMarshalling

Importing EventStreamMarshalling.toEventStream lets a source of ServerSentEvents be marshalled to a HttpEntity and hence as a HttpResponse.

Annotations
@ApiMayChange()
Source
EventStreamMarshalling.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EventStreamMarshalling
  2. EventStreamMarshalling
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit final val toEventStream: ToEntityMarshaller[Source[ServerSentEvent, Any]]
    Definition Classes
    EventStreamMarshalling