Package akka.http.scaladsl.marshalling
Interface ToResponseMarshallable
-
public interface ToResponseMarshallable
Something that can later be marshalled into a response
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.concurrent.Future<HttpResponse>
apply(HttpRequest request, scala.concurrent.ExecutionContext ec)
Marshaller<java.lang.Object,HttpResponse>
marshaller()
ToResponseMarshallable
value()
-
-
-
Method Detail
-
value
ToResponseMarshallable value()
-
marshaller
Marshaller<java.lang.Object,HttpResponse> marshaller()
-
apply
scala.concurrent.Future<HttpResponse> apply(HttpRequest request, scala.concurrent.ExecutionContext ec)
-
-