Interface EventStreamMarshalling
-
- All Known Implementing Classes:
EventStreamMarshalling$
public interface EventStreamMarshalling
Mixing in this trait lets a source ofServerSentEvent
s be marshalled to aHttpEntity
and hence as aHttpResponse
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Marshaller<akka.stream.scaladsl.Source<ServerSentEvent,java.lang.Object>,RequestEntity>
toEventStream()
-
-
-
Method Detail
-
toEventStream
Marshaller<akka.stream.scaladsl.Source<ServerSentEvent,java.lang.Object>,RequestEntity> toEventStream()
-
-