Interface EventStreamMarshalling
-
- All Known Implementing Classes:
EventStreamMarshalling$
public interface EventStreamMarshallingMixing in this trait lets a source ofServerSentEvents be marshalled to aHttpEntityand 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()
-
-